mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 19:51:51 +02:00
update email templates and subjects
This commit is contained in:
parent
ae6da78c62
commit
ee120a04ff
14 changed files with 87 additions and 68 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue