Daniel před 2 roky
rodič
revize
b75abfd924
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      matsen-tool/src/app/_helpers/jwt.interceptor.ts

+ 0
- 1
matsen-tool/src/app/_helpers/jwt.interceptor.ts Zobrazit soubor

@@ -10,7 +10,6 @@ export class JwtInterceptor implements HttpInterceptor {
constructor(private accountService: AccountService) { }

intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
console.log('intercept');
// add auth header with jwt if user is logged in and request is to the api url
const user = this.accountService.userValue;
const isLoggedIn = user && user.token;


Načítá se…
Zrušit
Uložit