Skip to content

Commit

Permalink
commented out pages.signIn to nextauth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinsn committed Sep 18, 2024
1 parent fd986d8 commit 1cf9de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const authOptions = {
clientSecret: process.env.GOOGLE_CLIENT_SECRET,
}),
],
pages: {
signIn: "/auth/signin", // Customize the sign-in page if needed
},
// pages: {
// signIn: "/auth/signin", // Customize the sign-in page if needed
// },
session: {
jwt: true, // Use JWT for sessions
},
Expand Down

0 comments on commit 1cf9de8

Please sign in to comment.