mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 16:07:46 +00:00
fix build
This commit is contained in:
@@ -215,9 +215,11 @@ export async function sendPassword(command: UpdateSessionCommand) {
|
|||||||
|
|
||||||
const humanUser = user.type.case === "human" ? user.type.value : undefined;
|
const humanUser = user.type.case === "human" ? user.type.value : undefined;
|
||||||
|
|
||||||
const expirySettings = await getPasswordExpirySettings(
|
const expirySettings = await getPasswordExpirySettings({
|
||||||
command.organization ?? session.factors?.user?.organizationId,
|
serviceUrl,
|
||||||
);
|
serviceRegion,
|
||||||
|
orgId: command.organization ?? session.factors?.user?.organizationId,
|
||||||
|
});
|
||||||
|
|
||||||
// check if the user has to change password first
|
// check if the user has to change password first
|
||||||
const passwordChangedCheck = checkPasswordChangeRequired(
|
const passwordChangedCheck = checkPasswordChangeRequired(
|
||||||
|
Reference in New Issue
Block a user