Browse Source

Validacion para proyecciones en instrumentos nuevos, ajuste para mostrar el mensaje correcto en login fallido

Oscar José Nuñez Chávez 5 năm trước cách đây
mục cha
commit
8ecc92a565
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/app/services/token.interceptor.ts

+ 0 - 1
src/app/services/token.interceptor.ts

@@ -30,7 +30,6 @@ export class TokenInterceptor implements HttpInterceptor {
       request;
     } else {
       if (this.authService.getJwtToken()) {
-        console.log("THIS2");
         request = this.addToken(request, this.authService.getJwtToken());
       }
     }