Make authstorage configurable
This commit is contained in:
@@ -91,7 +91,7 @@ export class AppCommonServiceModule {
|
||||
{
|
||||
provide: APP_INITIALIZER,
|
||||
useFactory: appConfigFactory,
|
||||
deps: [Injector, AppConfig, OAuthService,AuthConfigFactory],
|
||||
deps: [Injector, AppConfig, OAuthService,AuthConfigFactory,OAuthStorage],
|
||||
multi: true
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user