From 38bcc9239858ad236f8fa33ecbb0a4cc293b6e76 Mon Sep 17 00:00:00 2001 From: John Harrington <84741727+harr1424@users.noreply.github.com> Date: Fri, 20 Feb 2026 11:03:13 -0700 Subject: [PATCH] reset otp state on back nav to email input (#19105) --- apps/web/src/app/tools/send/send-access/send-auth.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/app/tools/send/send-access/send-auth.component.ts b/apps/web/src/app/tools/send/send-access/send-auth.component.ts index 97b71778539..7617b0a502e 100644 --- a/apps/web/src/app/tools/send/send-access/send-auth.component.ts +++ b/apps/web/src/app/tools/send/send-access/send-auth.component.ts @@ -92,6 +92,7 @@ export class SendAuthComponent implements OnInit { onBackToEmail() { this.enterOtp.set(false); + this.otpSubmitted = false; this.updatePageTitle(); }