mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:57:32 +00:00
cleanup
This commit is contained in:
@@ -292,7 +292,7 @@ export async function resendVerification(command: resendVerifyEmailCommand) {
|
|||||||
}
|
}
|
||||||
return { error: "Could not resend invite" };
|
return { error: "Could not resend invite" };
|
||||||
})
|
})
|
||||||
: sendEmailCode({
|
: zitadelSendEmailCode({
|
||||||
userId: command.userId,
|
userId: command.userId,
|
||||||
serviceUrl,
|
serviceUrl,
|
||||||
urlTemplate:
|
urlTemplate:
|
||||||
|
Reference in New Issue
Block a user