From 74d1acae499707a7e21401f53eb2bb90c5bb9cfa Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 15 Oct 2021 08:35:55 +0100 Subject: [PATCH] fix: :adhesive_bandage: See if this fixes the proxy issue --- src/Ombi/ClientApp/src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/src/app/app.module.ts b/src/Ombi/ClientApp/src/app/app.module.ts index 8ec4a3b16..b4e78087c 100644 --- a/src/Ombi/ClientApp/src/app/app.module.ts +++ b/src/Ombi/ClientApp/src/app/app.module.ts @@ -202,6 +202,7 @@ export function JwtTokenGetter() { StorageService, RequestService, SignalRNotificationService, + CUSTOMIZATION_INITIALIZER, { provide: APP_BASE_HREF, useValue: window["baseHref"] @@ -211,7 +212,6 @@ export function JwtTokenGetter() { useClass: UnauthorizedInterceptor, multi: true }, - CUSTOMIZATION_INITIALIZER ], bootstrap: [AppComponent], })