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({