mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-20 09:07:40 +00:00
cleanup
This commit is contained in:
@@ -72,7 +72,6 @@ export async function resetPassword(command: ResetPasswordCommand) {
|
|||||||
|
|
||||||
return passwordReset({
|
return passwordReset({
|
||||||
serviceUrl,
|
serviceUrl,
|
||||||
|
|
||||||
userId,
|
userId,
|
||||||
urlTemplate:
|
urlTemplate:
|
||||||
`${host.includes("localhost") ? "http://" : "https://"}${host}/password/set?code={{.Code}}&userId={{.UserID}}&organization={{.OrgID}}` +
|
`${host.includes("localhost") ? "http://" : "https://"}${host}/password/set?code={{.Code}}&userId={{.UserID}}&organization={{.OrgID}}` +
|
||||||
|
Reference in New Issue
Block a user