Skip to content

Commit

Permalink
fix: error with adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
DownDev committed Mar 28, 2024
1 parent 8103494 commit dba0c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/auth/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { PrismaAdapter } from "@auth/prisma-adapter"
import prisma from "@/lib/db"

const authOptions: NextAuthOptions = {
// @ts-expect-error
adapter: PrismaAdapter(prisma),
session: {
strategy: "jwt",
Expand Down

0 comments on commit dba0c9c

Please sign in to comment.