docs: fix Broken link (#8935)

This commit is contained in:
Simone Ruberto
2023-10-24 20:25:42 +02:00
committed by GitHub
parent 2c43f83fa6
commit 93f9153d77

View File

@@ -19,7 +19,7 @@ The functionality provided for credentials based authentication is intentionally
The **Credentials Provider** comes with a set of default options:
- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/credentials.ts)
- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/credentials.ts)
You can override any of the options to suit your own use case.