Skip to content

Commit 4a3bd64

Browse files
authored
docs: correct export of handlers in auth.ts (#11067)
1 parent 6876f4e commit 4a3bd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/migrating-to-v5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const prisma = new PrismaClient()
285285

286286
export const {
287287
auth,
288-
handlers: { GET, POST },
288+
handlers,
289289
signIn,
290290
signOut,
291291
} = NextAuth({

0 commit comments

Comments
 (0)