diff --git a/src/app/core/interceptors/httpInterceptor.ts b/src/app/core/interceptors/httpInterceptor.ts index c3dfc1f84e..22ea5d27f8 100644 --- a/src/app/core/interceptors/httpInterceptor.ts +++ b/src/app/core/interceptors/httpInterceptor.ts @@ -168,7 +168,7 @@ export class HttpConfigInterceptor implements HttpInterceptor { this.secureStorageService.clearAll(); this.storageService.clearAll(); globalCacheBusterNotifier.next(); - return EMPTY; + return throwError(error); } } return throwError(error);