Skip to content

Commit 8076cda

Browse files
committed
Using own Token
1 parent ec0d309 commit 8076cda

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplelauncher",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"description": "Launcher for SimpleClient",
55
"main": "src/main.js",
66
"scripts": {

src/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { getDirectory } = require("./util")
44
const { join } = require("path")
55

66
var azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
7-
azureClientId = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
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)