remove specific client id

This commit is contained in:
Dr_Dee 2021-01-31 14:29:53 +01:00
parent bcf44cfd52
commit efe3a4e643
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
const request = require('request')
// Constants
const clientId = '3530b541-1564-4c3d-bb2f-407c1b0e0e5d'
const clientId = 'client id here'
const tokenUri = 'https://login.microsoftonline.com/consumers/oauth2/v2.0/token'
const authXBLUri = 'https://user.auth.xboxlive.com/user/authenticate'
const authXSTSUri = 'https://xsts.auth.xboxlive.com/xsts/authorize'

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 = '3530b541-1564-4c3d-bb2f-407c1b0e0e5d'
const clientID = 'client id here'
// Setup auto updater.
function initAutoUpdater(event, data) {