Skip to content

Commit d8dff9d

Browse files
Merge pull request #191 from nakawankuma/dev
will change variant name to correctly.
2 parents 3b0edb3 + db9bb6b commit d8dff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const graphScopes = ["user.read", "mail.send"]; // An array of graph scopes
9696

9797
// Initialize the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#initialization-of-msal
9898
const userAgentApplication = new UserAgentApplication(clientId, undefined, callback, options);
99-
const authProvider = new MSALAuthenticationProvider(userAgentApplication, scopes);
99+
const authProvider = new MSALAuthenticationProvider(userAgentApplication, graphScopes);
100100
```
101101

102102
User can integrate own preferred authentication library by implementing `IAuthenticationProvider` interface. Refer implementing [Custom Authentication Provider](./docs/CustomAuthenticationProvider.md).

0 commit comments

Comments
 (0)