From d66f4622b4ab4cf7c7a7dcfabb07c7862fcca5eb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 07:27:22 +0000 Subject: [PATCH] Insert email verification card cgen-eaca7a347a2c46bf92a8f561a84f0e19 --- client/components/onboarding/Welcome.tsx | 145 +++++++++++++++++++++++ 1 file changed, 145 insertions(+) diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index 333a5e38..d10a3b62 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -331,6 +331,151 @@ export default function Welcome({ + {/* Email Verification Reminder */} + + +
+
+ +
+
+ + {isVerified ? "Email verified" : "Verify your email to continue"} + + + {isVerified + ? `You're verified with ${emailAddress || "your email address"}.` + : `Confirm ${emailAddress || "your email"} so you can sign back in after onboarding.`} + +
+
+ + {isVerified ? "Verified" : "Action required"} + +
+ + {isVerified ? ( +

+ You're good to go. Keep this email handy for account recovery and + notifications. +

+ ) : ( + <> +

+ Check your inbox for the AeThex verification email. You must + confirm it before you can sign in again. +

+
    +
  • Look in your spam or promotions folder.
  • +
  • + Add + + support@aethex.biz + + to your safe sender list. +
  • +
  • Use the buttons below to resend or check your status.
  • +
+
+ + +
+ {fallbackVerificationLink ? ( +
+

+ Email delivery failed. Copy this link into your browser to + verify manually: +

+

+ {fallbackVerificationLink} +

+
+ + +
+
+ ) : null} + + )} +
+
+ {/* Achievement Badge */} {achievement && (