mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9934] Cannot login to ACA with SSO fixed (#4731)
This commit is contained in:
@@ -70,6 +70,7 @@ registerLocaleData(localeSv);
|
||||
|
||||
export const AppConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
importProvidersFrom(AuthModule.forRoot({ useHash: true })),
|
||||
importProvidersFrom(CoreModule.forRoot(), AppExtensionsModule, ContentServiceExtensionModule),
|
||||
provideExtensions(),
|
||||
provideRouter(APP_ROUTES, withHashLocation()),
|
||||
@@ -84,7 +85,6 @@ export const AppConfig: ApplicationConfig = {
|
||||
provide: SHELL_AUTH_TOKEN,
|
||||
useValue: AuthGuard
|
||||
},
|
||||
provideTranslations('app', 'assets'),
|
||||
importProvidersFrom(AuthModule.forRoot({ useHash: true }))
|
||||
provideTranslations('app', 'assets')
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user