Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit c567423

Browse files
committed
using other token (again)
1 parent 8076cda commit c567423

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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.17",
3+
"version": "0.3.18",
44
"description": "Launcher for SimpleClient",
55
"main": "src/main.js",
66
"scripts": {

src/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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'
78
const redirectUrl = 'https://login.microsoftonline.com/common/oauth2/nativeclient'
89
const scope = 'XboxLive.signin offline_access'
910
var selectedAccount = 0

0 commit comments

Comments
 (0)