Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 9623291

Browse files
derisenmmacy
andauthored
Update JavaScriptSPA/authConfig.js
Co-Authored-By: Marsh Macy <mmacy@users.noreply.github.com>
1 parent 376621b commit 9623291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScriptSPA/authConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* Config object to be passed to Msal on creation.
3+
* Config object to be passed to MSAL on creation.
44
* For a full list of msal.js configuration parameters,
55
* visit https://azuread.github.io/microsoft-authentication-library-for-js/docs/msal/modules/_configuration_.html
66
* */
@@ -27,4 +27,4 @@ const loginRequest = {
2727
// Add here scopes for access token to be used at the API endpoints.
2828
const tokenRequest = {
2929
scopes: apiConfig.b2cScopes, // e.g. ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
30-
};
30+
};

0 commit comments

Comments
 (0)