Skip to content

Commit

Permalink
chore: change signin path
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiiadan committed Nov 20, 2023
1 parent 30f0857 commit 187c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/api/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const authOptions: NextAuthOptions = {
strategy: 'jwt' //change to session in db?
},
pages: {
signIn: '/auth'
signIn: '/signin'
/*
signOut: '/auth/signout',
error: '/auth/error', // Error code passed in query string as ?error=
Expand Down

0 comments on commit 187c333

Please sign in to comment.