Skip to content

Commit 1e50323

Browse files
committed
login with otp first
1 parent 93d1bcd commit 1e50323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(user)/auth/SendOtpForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const loginWithPassValidationSchema = Yup.object({
2525
});
2626

2727
export default function SendOTPForm({ onSubmit, isLoading, formik }) {
28-
const [loginWithPass, setLoginWithPass] = useState(true);
28+
const [loginWithPass, setLoginWithPass] = useState(false);
2929
const router = useRouter();
3030
const queryClient = useQueryClient();
3131

0 commit comments

Comments
 (0)