auth methods on verify page

This commit is contained in:
peintnermax
2024-10-21 10:54:53 +02:00
parent 18a1262cb5
commit 98a5e042b2
5 changed files with 135 additions and 12 deletions

View File

@@ -320,7 +320,7 @@ export async function createInviteCode(userId: string, host: string | null) {
if (host) {
medium = {
...medium,
urlTemplate: `https://${host}/password/set?code={{.Code}}&userId={{.UserID}}&organization={{.OrgID}}`,
urlTemplate: `https://${host}/verify?code={{.Code}}&userId={{.UserID}}&organization={{.OrgID}}&invite=true`,
};
}