This commit is contained in:
Max Peintner
2025-02-28 16:42:32 +01:00
parent 83df30e525
commit 9299a06591

View File

@@ -72,7 +72,6 @@ export async function resetPassword(command: ResetPasswordCommand) {
return passwordReset({
serviceUrl,
userId,
urlTemplate:
`${host.includes("localhost") ? "http://" : "https://"}${host}/password/set?code={{.Code}}&userId={{.UserID}}&organization={{.OrgID}}` +