remove specific client id
This commit is contained in:
parent
bcf44cfd52
commit
efe3a4e643
@ -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'
|
||||
|
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 = '3530b541-1564-4c3d-bb2f-407c1b0e0e5d'
|
||||
const clientID = 'client id here'
|
||||
|
||||
// Setup auto updater.
|
||||
function initAutoUpdater(event, data) {
|
||||
|
Loading…
Reference in New Issue
Block a user