diff --git a/components/auth/verify-registration-otp-form.tsx b/components/auth/verify-registration-otp-form.tsx index fee72aa..4ccd0bd 100644 --- a/components/auth/verify-registration-otp-form.tsx +++ b/components/auth/verify-registration-otp-form.tsx @@ -52,6 +52,9 @@ export default function VerifyRegistrationOTPForm({ className="bg-white text-black" /> {state?.status === "error" && ( +

{state.message}

+ )} + {state.status === "verify_error" && (

{state.message}

)}