diff --git a/frontend/app/_components/Otp.tsx b/frontend/app/_components/Otp.tsx index 0cca212..9ea2309 100644 --- a/frontend/app/_components/Otp.tsx +++ b/frontend/app/_components/Otp.tsx @@ -68,6 +68,8 @@ export function Otp({ setLoading(false); setTimerSeconds(30); triggerTimer(); + setOtp(""); + form.setValue("otp", ""); toast("OTP resent successfully"); } else { setLoading(false);