1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Add password show/hide to reprompt (#1902)

Co-authored-by: Addison Beck <abeck@bitwarden.com>
This commit is contained in:
Oscar Hinton
2021-08-27 15:27:22 +02:00
committed by GitHub
parent b13fae4849
commit a1f7e07f09
12 changed files with 418 additions and 62 deletions

View File

@@ -53,7 +53,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
return syncService.fullSync(true).then(async () => {
if (await this.userService.getForcePasswordReset()) {
this.router.navigate(['update-temp-password']);
};
}
});
};
super.successRoute = '/tabs/vault';