Skip to content

Commit

Permalink
chore(docs): fix prisma mongodb recommended schema for webauthn authe…
Browse files Browse the repository at this point in the history
…nticator table
  • Loading branch information
ndom91 committed Jun 1, 2024
1 parent d089923 commit c7e4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ model VerificationToken {
// Optional for WebAuthn support
model Authenticator {
credentialID String @unique @map("_id")
credentialID String @id @map("_id")
userId String @db.ObjectId
providerAccountId String
credentialPublicKey String
Expand Down

0 comments on commit c7e4d16

Please sign in to comment.