1
0
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:
John Harrington
2026-02-20 11:03:13 -07:00
committed by GitHub
parent 99fdaaec91
commit 38bcc92398

View File

@@ -92,6 +92,7 @@ export class SendAuthComponent implements OnInit {
onBackToEmail() {
this.enterOtp.set(false);
this.otpSubmitted = false;
this.updatePageTitle();
}