Skip to content

Commit cc762a0

Browse files
authored
docs: add export to provider example in microsoft-entra-id.mdx (#12790)
Update microsoft-entra-id.mdx added export for microsoft-entra-id provider
1 parent 5e07ca3 commit cc762a0

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
@@ -66,7 +66,7 @@ AUTH_MICROSOFT_ENTRA_ID_ISSUER
6666
import NextAuth from "next-auth"
6767
import MicrosoftEntraID from "next-auth/providers/microsoft-entra-id"
6868

69-
const { handlers, auth, signIn, signOut } = NextAuth({
69+
export const { handlers, auth, signIn, signOut } = NextAuth({
7070
providers: [
7171
MicrosoftEntraID({
7272
clientId: process.env.AUTH_MICROSOFT_ENTRA_ID_ID,

0 commit comments

Comments
 (0)