Sfoglia il codice sorgente

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

Oscar José Nuñez Chávez 5 anni fa
parent
commit
8ecc92a565
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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());
       }
     }