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() ||