summaryrefslogtreecommitdiff
path: root/src/routes/magicLink.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/magicLink.ts')
-rw-r--r--src/routes/magicLink.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/routes/magicLink.ts b/src/routes/magicLink.ts
index b4afca6..8d0f147 100644
--- a/src/routes/magicLink.ts
+++ b/src/routes/magicLink.ts
@@ -54,12 +54,8 @@ router.post("/magic-link/event/create", async (req: Request, res: Response) => {
`Magic link to create an event`,
"createEventMagicLink",
{
- token,
- siteName: res.locals.config?.general.site_name,
- siteLogo: res.locals.config?.general.email_logo_url,
- domain: res.locals.config?.general.domain,
+ token
},
- req,
);
res.render("createEventMagicLink", {
...frontendConfig(res),