Explorar o código

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

Oscar José Nuñez Chávez %!s(int64=5) %!d(string=hai) anos
pai
achega
8ecc92a565
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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());
       }
     }