From 342cd2cc3e9dfbc7e9446e4de78bcc50a4565e2c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 04:42:43 +0000 Subject: [PATCH] completionId: cgen-4c8cd8af77334fa8b93eb45e686caabb cgen-4c8cd8af77334fa8b93eb45e686caabb --- client/components/onboarding/Welcome.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index 2346abf4..e2647b40 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -73,7 +73,6 @@ export default function Welcome({ const confirmed = deriveConfirmed(authData?.user); if (confirmed) { setIsVerified(true); - setFallbackVerificationLink(null); toastSuccess({ title: "Email verified", description: "You're all set. You can sign in with this email.", @@ -130,7 +129,6 @@ export default function Welcome({ const confirmed = Boolean(payload?.verified); if (confirmed) { setIsVerified(true); - setFallbackVerificationLink(null); toastSuccess({ title: "Email verified", description: "You're all set. You can sign in with this email.",