completionId: cgen-629b2f81aede471cb499322b69c129d5
cgen-629b2f81aede471cb499322b69c129d5
This commit is contained in:
parent
694020f2c2
commit
532236b1e6
1 changed files with 0 additions and 4 deletions
|
|
@ -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() ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue