fix: Launcher freeze

This commit is contained in:
GeekCornerGH 2022-12-07 19:51:15 +01:00
parent 2e1ab3c266
commit fd482a32f0
No known key found for this signature in database
GPG Key ID: 141B4CB278834F27

View File

@ -372,12 +372,12 @@ ipcRenderer.on(MSFT_OPCODE.REPLY_LOGIN, (_, ...arguments_) => {
switchView(getCurrentView(), viewOnClose, 500, 500, () => {
// TODO Dont know what these errors are. Just show them I guess.
// This is probably if you messed up the app registration with Azure.
console.log('Error getting authCode, is Azure application registered correctly?')
console.log(error)
console.log(error_description)
console.log('Full query map', queryMap)
let error = queryMap.error // Error might be 'access_denied' ?
let errorDesc = queryMap.error_description
console.log('Error getting authCode, is Azure application registered correctly?')
console.log(error)
console.log(errorDesc)
console.log('Full query map: ', + queryMap)
setOverlayContent(
error,
errorDesc,