mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix: comment out strategy
This commit is contained in:
parent
db027315a8
commit
790ea2dd4c
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ export const authOptions: NextAuthOptions = {
|
|||
// This is a temporary fix for prisma client.
|
||||
// @see https://github.com/prisma/prisma/issues/16117
|
||||
adapter: PrismaAdapter(db as any),
|
||||
session: {
|
||||
strategy: "jwt",
|
||||
},
|
||||
// session: {
|
||||
// strategy: "jwt",
|
||||
// },
|
||||
pages: {
|
||||
signIn: "/login",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue