Skip to content

Commit 0973e34

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

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
@@ -2,7 +2,6 @@ import NextAuth from "next-auth"
22

33
import Apple from "next-auth/providers/apple"
44
import Auth0 from "next-auth/providers/auth0"
5-
import AzureAD from "next-auth/providers/azure-ad"
65
import AzureB2C from "next-auth/providers/azure-ad-b2c"
76
import BoxyHQSAML from "next-auth/providers/boxyhq-saml"
87
import Cognito from "next-auth/providers/cognito"
@@ -37,7 +36,6 @@ export const config = {
3736
providers: [
3837
Apple,
3938
Auth0,
40-
AzureAD,
4139
AzureB2C,
4240
BoxyHQSAML({
4341
clientId: "dummy",

0 commit comments

Comments
 (0)