completionId: cgen-4c8cd8af77334fa8b93eb45e686caabb
cgen-4c8cd8af77334fa8b93eb45e686caabb
This commit is contained in:
parent
f103ad464c
commit
342cd2cc3e
1 changed files with 0 additions and 2 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue