+ {status === 'loading' && (
+ <>
+
+
+
+
+
Verifying Email
+
Please wait while we secure your account...
+
+ >
+ )}
+
+ {(status === 'success' || status === 'success-manual') && (
+ <>
+
+
+
+
+
Email Verified!
+
+ {status === 'success'
+ ? 'Your account is verified. Logging you in and redirecting to the dashboard...'
+ : 'Your account is verified. Please sign in to access your dashboard.'}
+
+
+ {status === 'success-manual' && (
+
+
+
+ )}
+ >
+ )}
+
+ {status === 'error' && (
+ <>
+
+
+
+
+
+ Verification Failed
+
+
{errorMessage}
+
+
+
+
+
+ >
+ )}
+
+