add send email verification opt out

This commit is contained in:
miloschwartz
2026-02-17 17:33:24 -08:00
parent 831eb6325c
commit 8a83e32c42
4 changed files with 26 additions and 7 deletions

View File

@@ -436,6 +436,7 @@ export async function validateOidcCallback(
}
}
// These are the orgs that the user should be provisioned into based on the IdP mappings and the token claims
logger.debug("User org info", { userOrgInfo });
let existingUserId = existingUser?.userId;