From d02d8f1da105c0e5766b32b28d5128bbda94c8f5 Mon Sep 17 00:00:00 2001 From: Freshmilkymilk Date: Mon, 1 Feb 2021 14:06:02 -0700 Subject: [PATCH] Add client ID --- app/assets/js/microsoft.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/js/microsoft.js b/app/assets/js/microsoft.js index 1b5ef77d..d9b05ad4 100644 --- a/app/assets/js/microsoft.js +++ b/app/assets/js/microsoft.js @@ -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' diff --git a/index.js b/index.js index 49cd4302..a17f2bcf 100644 --- a/index.js +++ b/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) {