update email templates and subjects

This commit is contained in:
Niko Heller 2024-08-28 13:25:55 +02:00
parent ae6da78c62
commit ee120a04ff
14 changed files with 87 additions and 68 deletions

View file

@ -96,7 +96,7 @@ const providers: Provider[] = [
if (user) {
await emailClient.sendTemplate("LoginEmail", {
to: email,
subject: `${token} is your 6-digit code`,
subject: `${token} ist Dein sechsstelliger Eingabecode`,
props: {
name: user.name,
magicLink: absoluteUrl("/auth/login", {