From 532236b1e619d09aeafdb637e41cb093e93f0ec4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 04:33:05 +0000 Subject: [PATCH] completionId: cgen-629b2f81aede471cb499322b69c129d5 cgen-629b2f81aede471cb499322b69c129d5 --- client/components/onboarding/Welcome.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index 0473fa71..401f14df 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -52,11 +52,7 @@ export default function Welcome({ const [isVerified, setIsVerified] = useState(() => deriveConfirmed(user), ); - const [isSendingVerification, setIsSendingVerification] = useState(false); const [isCheckingVerification, setIsCheckingVerification] = useState(false); - const [fallbackVerificationLink, setFallbackVerificationLink] = useState< - string | null - >(null); const fullNameValue = `${(data.personalInfo.firstName || "").trim()} ${(data.personalInfo.lastName || "").trim()}`.trim() ||