fix: 🩹 See if this fixes the proxy issue

This commit is contained in:
tidusjar 2021-10-15 08:35:55 +01:00
commit 74d1acae49

View file

@ -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],
})