diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index c42d23e..9aeccbe 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -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, }),