Skip to content

Commit c7e4d16

Browse files
committed
chore(docs): fix prisma mongodb recommended schema for webauthn authenticator table
1 parent d089923 commit c7e4d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/adapters/prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ model VerificationToken {
496496
497497
// Optional for WebAuthn support
498498
model Authenticator {
499-
credentialID String @unique @map("_id")
499+
credentialID String @id @map("_id")
500500
userId String @db.ObjectId
501501
providerAccountId String
502502
credentialPublicKey String

0 commit comments

Comments
 (0)