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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user