We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790d11b commit ad5005aCopy full SHA for ad5005a
src/auth.js
@@ -3,8 +3,7 @@ const { readFileSync, existsSync, writeFileSync } = require("fs")
3
const { getDirectory } = require("./util")
4
const { join } = require("path")
5
6
-var azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
7
-azureClientId = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
+const azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
8
const redirectUrl = 'https://login.microsoftonline.com/common/oauth2/nativeclient'
9
const scope = 'XboxLive.signin offline_access'
10
var selectedAccount = 0
0 commit comments