fix: magic link URL (#3028)
This commit is contained in:
parent
9beda15f00
commit
08f61e7408
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export class AuthService {
|
|||
template: 'code-your-own',
|
||||
variables: {
|
||||
inviteeEmail: email,
|
||||
magicLink: `${url}/magic-link?token=${generatedTokens.token}`,
|
||||
magicLink: `${url}/enter?token=${generatedTokens.token}`,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue