Skip to content

Commit ad5005a

Browse files
committed
using own azure token
1 parent 790d11b commit ad5005a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/auth.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ const { readFileSync, existsSync, writeFileSync } = require("fs")
33
const { getDirectory } = require("./util")
44
const { join } = require("path")
55

6-
var azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
7-
azureClientId = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
6+
const azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
87
const redirectUrl = 'https://login.microsoftonline.com/common/oauth2/nativeclient'
98
const scope = 'XboxLive.signin offline_access'
109
var selectedAccount = 0

0 commit comments

Comments
 (0)