mirror of
https://github.com/BradNut/example-sveltekit-email-password-webauthn
synced 2025-09-08 17:40:27 +00:00
update email verification
This commit is contained in:
parent
76bc668cd2
commit
c3811a6728
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ export function getUserEmailVerificationRequestFromRequest(event: RequestEvent):
|
|||
const request = getUserEmailVerificationRequest(event.locals.user.id, id);
|
||||
if (request === null) {
|
||||
deleteEmailVerificationRequestCookie(event);
|
||||
return null;
|
||||
}
|
||||
return request;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue