Skip to content

Commit

Permalink
Update and rename app/api/auth/[...nextauth]/route.ts to app/api/auth…
Browse files Browse the repository at this point in the history
…/route.ts
  • Loading branch information
patooworld authored Jun 25, 2024
1 parent 40f0fe8 commit 0c25b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
Expand Down

0 comments on commit 0c25b3e

Please sign in to comment.