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, StorageService,
RequestService, RequestService,
SignalRNotificationService, SignalRNotificationService,
CUSTOMIZATION_INITIALIZER,
{ {
provide: APP_BASE_HREF, provide: APP_BASE_HREF,
useValue: window["baseHref"] useValue: window["baseHref"]
@ -211,7 +212,6 @@ export function JwtTokenGetter() {
useClass: UnauthorizedInterceptor, useClass: UnauthorizedInterceptor,
multi: true multi: true
}, },
CUSTOMIZATION_INITIALIZER
], ],
bootstrap: [AppComponent], bootstrap: [AppComponent],
}) })