Skip to content

Commit 5c2b387

Browse files
Kuliakxflord
authored andcommitted
fix(apps): Apps config were lot loaded
* not loading apps config caused 'brands' variable to be undefined resulting in Error (manifested in console)
1 parent f607002 commit 5c2b387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/password-reset/src/app/services/password-reset-config.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export class PasswordResetConfigService {
4646
if (!queryParams.includes('token')) {
4747
return this.initAuthService
4848
.loadPrincipal()
49+
.then(() => this.appConfigService.loadAppsConfig())
4950
.then(() => this.initAuthService.checkRouteGuard());
5051
}
5152
return;

0 commit comments

Comments
 (0)