mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:01:38 +00:00
do not request new code
This commit is contained in:
@@ -57,7 +57,7 @@ export function checkEmailVerified(
|
|||||||
const paramsVerify = new URLSearchParams({
|
const paramsVerify = new URLSearchParams({
|
||||||
loginName: session.factors?.user?.loginName as string,
|
loginName: session.factors?.user?.loginName as string,
|
||||||
userId: session.factors?.user?.id as string, // verify needs user id
|
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) {
|
if (organization || session.factors?.user?.organizationId) {
|
||||||
|
Reference in New Issue
Block a user