diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/route.ts similarity index 96% rename from app/api/auth/[...nextauth]/route.ts rename to app/api/auth/route.ts index ac1aef1..4a04266 100644 --- a/app/api/auth/[...nextauth]/route.ts +++ b/app/api/auth/route.ts @@ -19,7 +19,7 @@ import GithubProvider from "next-auth/providers/github" clientId: process.env.GOOGLE_ID, clientSecret: process.env.GOOGLE_SECRET }), - // Passwordless / email sign in + // passwordless and email sign in EmailProvider({ server: process.env.MAIL_SERVER, from: 'NextAuth.js '