mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
reset otp state on back nav to email input (#19105)
This commit is contained in:
parent
99fdaaec91
commit
38bcc92398
@ -92,6 +92,7 @@ export class SendAuthComponent implements OnInit {
|
||||
|
||||
onBackToEmail() {
|
||||
this.enterOtp.set(false);
|
||||
this.otpSubmitted = false;
|
||||
this.updatePageTitle();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user