Skip to content

Commit 1bebe35

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 68bd585 commit 1bebe35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import NextAuth from "next-auth"
22

33
import Apple from "next-auth/providers/apple"
4-
import Atlassian from "next-auth/providers/atlassian"
54
import Auth0 from "next-auth/providers/auth0"
65
import AzureAD from "next-auth/providers/azure-ad"
76
import AzureB2C from "next-auth/providers/azure-ad-b2c"
@@ -37,7 +36,6 @@ export const config = {
3736
},
3837
providers: [
3938
Apple,
40-
Atlassian,
4139
Auth0,
4240
AzureAD,
4341
AzureB2C,

0 commit comments

Comments
 (0)