diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index 6bc91897..d240bc24 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -534,33 +534,19 @@ export default function Welcome({ ) : ( <>

- Check your inbox for the AeThex verification email. You must - confirm it before you can sign in again. + Check your inbox for the AeThex confirmation email we sent during sign-up. Click the verification link in that email to confirm your account.

-
- +
- {fallbackVerificationLink ? ( -
-

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

-

- {fallbackVerificationLink} -

-
- - -
-
- ) : null} )}