Skip to content

Commit

Permalink
Merge pull request microsoftgraph#199 from KevinTCoughlin/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in README code sample
  • Loading branch information
muthurathinam authored Jul 10, 2019
2 parents 21b8edb + 169089a commit beb0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Refer devDependencies in [package.json](./package.json) for the compatible msal
// Configuration options for MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL.js-1.0.0-api-release#configuration-options
const msalConfig = {
auth: {
clientId: "your_client_id"; // Client Id of the registered application
clientId: "your_client_id", // Client Id of the registered application
redirectUri: "your_redirect_uri",
},
};
Expand Down

0 comments on commit beb0d60

Please sign in to comment.