@@ -59,34 +68,42 @@ export function VerifyOtpForm({ className, ...props }: VerifyOtpFormProps) {
)}
/>
- {errors.token ?
{errors.token.message}
:
- Successfully verified!
-
}
+ {errors.token ? (
+
+ {errors.token.message}
+
+ ) : (
+
+ Successfully verified!
+
+ )}
Please enter the one-time password sent to {email}.