do not request new code

This commit is contained in:
Max Peintner
2025-05-21 10:02:31 +02:00
parent d59e70fe48
commit b6e7dba3a6

View File

@@ -57,7 +57,7 @@ export function checkEmailVerified(
const paramsVerify = new URLSearchParams({
loginName: session.factors?.user?.loginName as string,
userId: session.factors?.user?.id as string, // verify needs user id
send: "true", // set this to true to request a new code immediately
// send: "true", // we do not request a new code again
});
if (organization || session.factors?.user?.organizationId) {