Skip to content

Commit 04913fb

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent dfe0d95 commit 04913fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Discord from "next-auth/providers/discord"
1010
import Dropbox from "next-auth/providers/dropbox"
1111
import Facebook from "next-auth/providers/facebook"
1212
import GitHub from "next-auth/providers/github"
13-
import Gitlab from "next-auth/providers/gitlab"
13+
import GitLab from "next-auth/providers/gitlab"
1414
import Google from "next-auth/providers/google"
1515
import Hubspot from "next-auth/providers/hubspot"
1616
import Keycloak from "next-auth/providers/keycloak"
@@ -50,7 +50,7 @@ export const config = {
5050
Dropbox,
5151
Facebook,
5252
GitHub,
53-
Gitlab,
53+
GitLab,
5454
Google,
5555
Hubspot,
5656
Keycloak,

0 commit comments

Comments
 (0)