We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21b8edb + 169089a commit beb0d60Copy full SHA for beb0d60
README.md
@@ -72,7 +72,7 @@ Refer devDependencies in [package.json](./package.json) for the compatible msal
72
// Configuration options for MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL.js-1.0.0-api-release#configuration-options
73
const msalConfig = {
74
auth: {
75
- clientId: "your_client_id"; // Client Id of the registered application
+ clientId: "your_client_id", // Client Id of the registered application
76
redirectUri: "your_redirect_uri",
77
},
78
};
0 commit comments