From 3c7b848ae813cd6b07f955af04bb79a5bfb24d4a Mon Sep 17 00:00:00 2001 From: Jonathan Ruffles <40035529+pippinmole@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:51:06 +0000 Subject: [PATCH] Update auth0.md --- docs/docs/providers/auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/auth0.md b/docs/docs/providers/auth0.md index d3e5fc5a25..7268f1b7df 100644 --- a/docs/docs/providers/auth0.md +++ b/docs/docs/providers/auth0.md @@ -15,7 +15,7 @@ https://manage.auth0.com/dashboard The **Auth0 Provider** comes with a set of default options: -- [Auth0 Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/auth0.ts) +- [Auth0 Provider options](https://github.com/nextauthjs/next-auth/blob/v4/packages/next-auth/src/providers/auth0.ts) You can override any of the options to suit your own use case.