Add client ID
This commit is contained in:
parent
a81923eacc
commit
d02d8f1da1
@ -2,7 +2,7 @@
|
||||
const request = require('request')
|
||||
|
||||
// Constants
|
||||
const clientId = 'client id here'
|
||||
const clientId = '0c7c8228-98ff-4ed8-ae28-af41852ba6ab'
|
||||
|
||||
const tokenUri = 'https://login.microsoftonline.com/consumers/oauth2/v2.0/token'
|
||||
const authXBLUri = 'https://user.auth.xboxlive.com/user/authenticate'
|
||||
|
2
index.js
2
index.js
@ -9,7 +9,7 @@ const semver = require('semver')
|
||||
const url = require('url')
|
||||
|
||||
const redirectUriPrefix = 'https://login.microsoftonline.com/common/oauth2/nativeclient?'
|
||||
const clientID = 'client id here'
|
||||
const clientID = '0c7c8228-98ff-4ed8-ae28-af41852ba6ab'
|
||||
|
||||
// Setup auto updater.
|
||||
function initAutoUpdater(event, data) {
|
||||
|
Loading…
Reference in New Issue
Block a user