Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nextauthjs/next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Aug 9, 2024
2 parents ca71111 + 8807eb2 commit 711246c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/getting-started/adapters/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ model User {
email String? @unique
emailVerified DateTime?
image String?
Session Session[]
Account Account?
accounts Account[]
sessions Session[]
// Optional for WebAuthn support
Authenticator Authenticator[]
Expand Down

0 comments on commit 711246c

Please sign in to comment.