Skip to content

Commit

Permalink
Fix branch name in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Feb 12, 2022
1 parent f6b787c commit a8c92ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/js/ipcconstants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// NOTE FOR THIRD-PARTY
// REPLACE THIS CLIENT ID WITH YOUR APPLICATION ID.
// SEE https://github.com/dscalzi/HeliosLauncher/blob/feature/ms-auth/docs/MicrosoftAuth.md
// SEE https://github.com/dscalzi/HeliosLauncher/blob/master/docs/MicrosoftAuth.md
exports.AZURE_CLIENT_ID = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
// SEE NOTE ABOVE.

Expand All @@ -21,4 +21,4 @@ exports.MSFT_REPLY_TYPE = {
exports.MSFT_ERROR = {
ALREADY_OPEN: 'MSFT_AUTH_ERR_ALREADY_OPEN',
NOT_FINISHED: 'MSFT_AUTH_ERR_NOT_FINISHED'
}
}

0 comments on commit a8c92ab

Please sign in to comment.