mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
reset otp state on back nav to email input (#19105)
This commit is contained in:
@@ -92,6 +92,7 @@ export class SendAuthComponent implements OnInit {
|
||||
|
||||
onBackToEmail() {
|
||||
this.enterOtp.set(false);
|
||||
this.otpSubmitted = false;
|
||||
this.updatePageTitle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user