Skip to content

Commit 089566f

Browse files
luiscacunhandom91
andauthored
chore(docs): update microsoft-entra-id.mdx code example (#11401)
Co-authored-by: Nico Domino <[email protected]>
1 parent 0223e1f commit 089566f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/providers/microsoft-entra-id.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import MicrosoftEntraID from "next-auth/providers/microsoft-entra-id"
6868

6969
const { handlers, auth, signIn, signOut } = NextAuth({
7070
providers: [
71-
Entra({
71+
MicrosoftEntraID({
7272
clientId: process.env.AUTH_MICROSOFT_ENTRA_ID_ID,
7373
clientSecret: process.env.AUTH_MICROSOFT_ENTRA_ID_SECRET,
7474
tenantId: process.env.AUTH_MICROSOFT_ENTRA_ID_TENANT_ID,

0 commit comments

Comments
 (0)