Add client ID

This commit is contained in:
Freshmilkymilk 2021-02-01 14:06:02 -07:00
parent a81923eacc
commit d02d8f1da1
No known key found for this signature in database
GPG Key ID: B210214726522691
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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) {