Browse Source

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

pull/1669/head
Vincent Salucci 4 years ago committed by GitHub
parent
commit
67de7d4bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/settings/change-password.component.ts

1
src/app/settings/change-password.component.ts

@ -68,6 +68,7 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent { @@ -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() {

Loading…
Cancel
Save