mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix: remove adapter
This commit is contained in:
parent
790ea2dd4c
commit
3755313e1e
1 changed files with 4 additions and 4 deletions
|
|
@ -14,13 +14,13 @@ export const authOptions: NextAuthOptions = {
|
|||
// huh any! I know.
|
||||
// This is a temporary fix for prisma client.
|
||||
// @see https://github.com/prisma/prisma/issues/16117
|
||||
adapter: PrismaAdapter(db as any),
|
||||
// adapter: PrismaAdapter(db as any),
|
||||
// session: {
|
||||
// strategy: "jwt",
|
||||
// },
|
||||
pages: {
|
||||
signIn: "/login",
|
||||
},
|
||||
// pages: {
|
||||
// signIn: "/login",
|
||||
// },
|
||||
providers: [
|
||||
GitHubProvider({
|
||||
clientId: process.env.GITHUB_CLIENT_ID || "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue