- {['', '', '', ''].map((_, index) => (
-
+
+
+
+
+
+ {isLoading &&
}
+
+
+ Verification Code
+
+
{location?.state?.email}
+
+ {({
+ errors,
+ touched,
+ isSubmitting,
+ setFieldValue,
+ values,
+ }: {
+ errors: any;
+ touched: any;
+ isSubmitting: any;
+ setFieldValue: any;
+ values: any;
+ }) => (
+
+
-
- {resendAvailable ? (
-
- ) : (
- Resend OTP in {timer} seconds
- )}
-
-
- )}
-
-
+ >
+ Submit
+
+
+ {resendAvailable ? (
+
+ ) : (
+ Resend OTP in {timer} seconds
+ )}
+
+
+ )}
+
- >
- );
+