Skip to content

Commit a763921

Browse files
fix: default strategy name
1 parent 1278b48 commit a763921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class MicrosoftStrategy<User> extends OAuth2Strategy<
4343
MicrosoftProfile,
4444
MicrosoftExtraParams
4545
> {
46-
name = "azure";
46+
name = "microsoft";
4747

4848
private scope: string;
4949
private userInfoURL = "https://graph.microsoft.com/oidc/userinfo";

0 commit comments

Comments
 (0)