Skip to content

Commit 4bc6708

Browse files
authored
chore(docs): fix example code bug in mongodb.mdx (#11410)
1 parent a7a48a1 commit 4bc6708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import clientPromise from "./lib/db"
3434

3535
export const { handlers, auth, signIn, signOut } = NextAuth({
3636
adapter: MongoDBAdapter(clientPromise),
37+
providers: [],
3738
})
3839
```
3940

0 commit comments

Comments
 (0)