diff --git a/frontend/src/app/general/error-handling/error-handling.interceptor.ts b/frontend/src/app/general/error-handling/error-handling.interceptor.ts index 130d5b73b..ffe1d1fda 100644 --- a/frontend/src/app/general/error-handling/error-handling.interceptor.ts +++ b/frontend/src/app/general/error-handling/error-handling.interceptor.ts @@ -63,7 +63,8 @@ export class ErrorHandlingInterceptor implements HttpInterceptor { error: (err) => { if ( this.isErrorHandlingSkipped(request) || - err.error.detail?.err_code == 'TOKEN_SIGNATURE_EXPIRED' + err.error.detail?.err_code == 'TOKEN_SIGNATURE_EXPIRED' || + err.error.detail?.err_code == 'UNAUTHENTICATED' ) { return; }