Update index.js

This commit is contained in:
Star 2021-01-13 13:13:48 +09:00 committed by GitHub
parent 7dc2df9a78
commit 35815d44d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ ipcMain.on('openMSALoginWindow', (ipcEvent, args) => {
})
MSALoginWindow.removeMenu()
MSALoginWindow.loadURL('https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=a621aefe-b326-4c67-8688-34746ccd9bd2&response_type=code&scope=XboxLive.signin%20offline_access&redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient')
MSALoginWindow.loadURL('https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=client_idhere&response_type=code&scope=XboxLive.signin%20offline_access&redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient')
})
@ -274,4 +274,4 @@ app.on('activate', () => {
if (win === null) {
createWindow()
}
})
})