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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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