mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 07:28:35 +02:00
Set supportEmail when rendering login template (#410)
The contact link is rendered as "mailto:undefined" in the magic link emails
This commit is contained in:
parent
6e7b332d05
commit
6332d6459f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const login = createRouter().mutation("login", {
|
|||
templateVars: {
|
||||
loginUrl,
|
||||
homePageUrl,
|
||||
supportEmail: process.env.SUPPORT_EMAIL,
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue