1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 02:33:33 +00:00

Hide back button on init

This commit is contained in:
Alec Rippberger
2024-10-21 09:29:30 -05:00
parent 743d94df58
commit e8de5e2bfc

View File

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