Skip to content

Commit

Permalink
Fixes 404 error when visiting db adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
labigalini committed Mar 31, 2024
1 parent 8120fd4 commit 7fe6415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* based session store (`strategy: "jwt"`),
* but you can also use a database adapter to store the session in a database.
*
* Before you continue, Auth.js has a list of {@link https://authjs.dev/reference/core/getting-started/adapters official database adapters}. If your database is listed there, you
* Before you continue, Auth.js has a list of {@link https://authjs.dev/getting-started/adapters official database adapters}. If your database is listed there, you
* probably do not need to create your own. If you are using a data solution that cannot be integrated with an official adapter, this module will help you create a compatible adapter.
*
* :::caution Note
Expand Down

0 comments on commit 7fe6415

Please sign in to comment.