mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
minor
This commit is contained in:
parent
ec32782431
commit
a9c4aa4ec4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export const AuthOptions: NextAuthOptions = {
|
|||
pass: EMAIL_SERVER_PASSWORD,
|
||||
},
|
||||
},
|
||||
from: EMAIL_FROM,
|
||||
from: EMAIL_FROM, // noreply email
|
||||
maxAge: 60 * 60, // magic link valid for 1 hour
|
||||
sendVerificationRequest: MagicLinksEmail,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue