completionId: cgen-629b2f81aede471cb499322b69c129d5

cgen-629b2f81aede471cb499322b69c129d5
This commit is contained in:
Builder.io 2025-11-05 04:33:05 +00:00
parent 694020f2c2
commit 532236b1e6

View file

@ -52,11 +52,7 @@ export default function Welcome({
const [isVerified, setIsVerified] = useState<boolean>(() =>
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() ||