소스 검색

minor

master
Daniel 2 년 전
부모
커밋
b75abfd924
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      matsen-tool/src/app/_helpers/jwt.interceptor.ts

+ 0
- 1
matsen-tool/src/app/_helpers/jwt.interceptor.ts 파일 보기

@@ -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;


불러오는 중...
취소
저장