diff --git a/src/app/core/auth/auth.interceptor.ts b/src/app/core/auth/auth.interceptor.ts index 6114af7e24..925d329328 100644 --- a/src/app/core/auth/auth.interceptor.ts +++ b/src/app/core/auth/auth.interceptor.ts @@ -131,6 +131,7 @@ export class AuthInterceptor implements HttpInterceptor { // It's a success Login/Logout response let authRes: HttpResponse; if (this.isLoginResponse(response)) { + console.log('auth.interceptor passes success login response from backend with token: ',response.headers.get('authorization') ); // login successfully const newToken = response.headers.get('authorization'); authRes = response.clone({body: this.makeAuthStatusObject(true, newToken)}); diff --git a/src/app/shared/log-in/log-in.component.html b/src/app/shared/log-in/log-in.component.html index f0be0839c6..20df4fa6ac 100644 --- a/src/app/shared/log-in/log-in.component.html +++ b/src/app/shared/log-in/log-in.component.html @@ -30,7 +30,7 @@

- HardCoded Shibb + HardCoded Shibb