Hide back button on init

This commit is contained in:
Alec Rippberger 2024-10-21 09:29:30 -05:00
parent 743d94df58
commit e8de5e2bfc
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ export class LoginComponent implements OnInit, OnDestroy {
} }
private async defaultOnInit(): Promise<void> { private async defaultOnInit(): Promise<void> {
this.loginComponentService.showBackButton(false);
// If there's an existing org invite, use it to get the password policies // If there's an existing org invite, use it to get the password policies
const orgPolicies = await this.loginComponentService.getOrgPolicies(); const orgPolicies = await this.loginComponentService.getOrgPolicies();