mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Hide back button on init
This commit is contained in:
parent
743d94df58
commit
e8de5e2bfc
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user