Skip to content

Commit

Permalink
✨ feat: add error route on auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Oct 7, 2024
1 parent c828740 commit 04f0bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const { handlers, auth, signIn, signOut, unstable_update } = NextAuth({
pages: {
signIn: "/auth/sign-in",
signOut: "/auth/sign-in",
error: "/auth/sign-in",
},
callbacks: {
async signIn() {
Expand Down

0 comments on commit 04f0bf7

Please sign in to comment.