1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

[bug:euvr] Change password init fix (#1667)

This commit is contained in:
Vincent Salucci
2022-05-11 15:39:56 -04:00
committed by Vincent Salucci
parent 1632a24b1e
commit 0f64c16c18

View File

@@ -68,6 +68,7 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent {
if (await this.keyConnectorService.getUsesKeyConnector()) {
this.router.navigate(["/settings/security/two-factor"]);
}
await super.ngOnInit();
}
async rotateEncKeyClicked() {