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 f607002 commit 5c2b387Copy full SHA for 5c2b387
apps/password-reset/src/app/services/password-reset-config.service.ts
@@ -46,6 +46,7 @@ export class PasswordResetConfigService {
46
if (!queryParams.includes('token')) {
47
return this.initAuthService
48
.loadPrincipal()
49
+ .then(() => this.appConfigService.loadAppsConfig())
50
.then(() => this.initAuthService.checkRouteGuard());
51
}
52
return;
0 commit comments