This commit is contained in:
Max Peintner
2025-05-23 12:05:18 +02:00
parent 446768b5e4
commit a1a6326fae

View File

@@ -279,7 +279,7 @@ export async function resendVerification(command: resendVerifyEmailCommand) {
? resendInviteCode({
serviceUrl,
userId: command.userId,
}) //resendInviteCode({ serviceUrl, userId: command.userId })
})
: sendEmailCode({
userId: command.userId,
serviceUrl,