This commit is contained in:
Khalim Conn-Kowlessar 2025-10-17 19:19:21 +00:00
parent ec32782431
commit a9c4aa4ec4

View file

@ -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,
}),