Skip to content

Commit ae42813

Browse files
committed
chore(docs): prisma mongoDB authenticator schema update
1 parent 425d5df commit ae42813

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
499+
credentialID String @unique @map("_id")
500500
userId String @db.ObjectId
501501
providerAccountId String
502502
credentialPublicKey String

0 commit comments

Comments
 (0)