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