Skip to content

Commit

Permalink
Merge pull request #500 from ychung-mot/1.2.5
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
ychung-mot authored Aug 26, 2020
2 parents 8289042 + 5c8c034 commit 531d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/components/ApiAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const ApiAccess = ({ hideErrorDialog }) => {
`--header 'Content-Type: application/x-www-form-urlencoded' \\\n` +
`--data-urlencode 'grant_type=client_credentials' \\\n` +
`--data-urlencode 'client_id=${apiClient ? apiClient.clientId : '<client_id>'}' \\\n` +
`--data-urlencode 'client_secret='<client_secret>'`;
`--data-urlencode 'client_secret=<client_secret>'`;

const accessTokenPowershell =
`$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"\n` +
Expand Down

0 comments on commit 531d526

Please sign in to comment.