mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 15:27:33 +00:00
autosend
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", // we do not request a new code again
|
send: "true", // we request a new email code once the page is loaded
|
||||||
});
|
});
|
||||||
|
|
||||||
if (organization || session.factors?.user?.organizationId) {
|
if (organization || session.factors?.user?.organizationId) {
|
||||||
|
Reference in New Issue
Block a user