Skip to content

Commit

Permalink
fix(ts): typo in Azure Active Directory Provider (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrutchTheClutch committed Jul 11, 2022
1 parent 709edc5 commit af3c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/providers/azure-ad.ts
Expand Up @@ -2,7 +2,7 @@ import type { OAuthConfig, OAuthUserConfig } from "."

export interface AzureADProfile extends Record<string, any> {
sub: string
nicname: string
nickname: string
email: string
picture: string
}
Expand Down

0 comments on commit af3c2dd

Please sign in to comment.