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 ec0d309 commit 8076cdaCopy full SHA for 8076cda
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simplelauncher",
3
- "version": "0.3.16",
+ "version": "0.3.17",
4
"description": "Launcher for SimpleClient",
5
"main": "src/main.js",
6
"scripts": {
src/auth.js
@@ -4,7 +4,6 @@ const { getDirectory } = require("./util")
const { join } = require("path")
var azureClientId = '116c8d52-e832-4ff4-b056-8018cf33a67f'
7
-azureClientId = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
8
const redirectUrl = 'https://login.microsoftonline.com/common/oauth2/nativeclient'
9
const scope = 'XboxLive.signin offline_access'
10
var selectedAccount = 0
0 commit comments