Skip to content

Commit

Permalink
fix: 🩹 See if this fixes the proxy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Oct 15, 2021
1 parent 6e397e0 commit 74d1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi/ClientApp/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export function JwtTokenGetter() {
StorageService,
RequestService,
SignalRNotificationService,
CUSTOMIZATION_INITIALIZER,
{
provide: APP_BASE_HREF,
useValue: window["baseHref"]
Expand All @@ -211,7 +212,6 @@ export function JwtTokenGetter() {
useClass: UnauthorizedInterceptor,
multi: true
},
CUSTOMIZATION_INITIALIZER
],
bootstrap: [AppComponent],
})
Expand Down

0 comments on commit 74d1aca

Please sign in to comment.