From 1921b61bf5abc0f08f89472dedc053cb6f55287c Mon Sep 17 00:00:00 2001 From: Yoann Fleury Date: Thu, 21 Jul 2022 19:42:02 +0200 Subject: [PATCH] docs: update path to gitlab provider --- docs/docs/providers/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/gitlab.md b/docs/docs/providers/gitlab.md index 7ec32e6f10..ade21cd35e 100644 --- a/docs/docs/providers/gitlab.md +++ b/docs/docs/providers/gitlab.md @@ -15,7 +15,7 @@ https://gitlab.com/-/profile/applications The **Gitlab Provider** comes with a set of default options: -- [Gitlab Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/gitlab.js) +- [Gitlab Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/gitlab.ts) You can override any of the options to suit your own use case.