We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540cfe1 commit a29e5c0Copy full SHA for a29e5c0
apps/publications/src/app/services/publications-config.service.ts
@@ -79,6 +79,7 @@ export class PublicationsConfigService {
79
return this.initAuthService
80
.loadPrincipal()
81
.then(() => this.loadPolicies())
82
+ .then(() => this.appConfigService.loadAppsConfig())
83
.then(() => this.initAuthService.checkRouteGuard());
84
} else {
85
return this.initAuthService.handleAuthStart();
0 commit comments