From 3d80200341aa7d308a51a95f952c52cdc02a4370 Mon Sep 17 00:00:00 2001 From: Usama Date: Tue, 2 Dec 2025 12:38:12 +0000 Subject: [PATCH] - fix UI glitch 2fa --- echo/frontend/src/routes/auth/Login.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/echo/frontend/src/routes/auth/Login.tsx b/echo/frontend/src/routes/auth/Login.tsx index 9c4823a5..527cd4e0 100644 --- a/echo/frontend/src/routes/auth/Login.tsx +++ b/echo/frontend/src/routes/auth/Login.tsx @@ -102,10 +102,6 @@ export const LoginRoute = () => { password: data.password, }); - setOtpRequired(false); - setValue("otp", ""); - setOtpValue(""); - const isNewUser = searchParams.get("new") === "true"; const next = searchParams.get("next"); const transitionPromise = runTransition({