Update login.js

This commit is contained in:
Richie Bendall 2021-08-27 20:05:59 +12:00 committed by GitHub
parent 1e61115815
commit 8b90df1373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,6 +376,8 @@ ipcRenderer.on('MSALoginWindowReply', (_, ...arguments_) => {
loginLoading(false)
loginButton.innerHTML = loginButton.innerHTML.replace(Lang.queryJS('login.success'), Lang.queryJS('login.login'))
formDisabled(false)
toggleOverlay(false)
toggleOverlay(false, false, 'msOverlay')
})
}, 1000)
}).catch(error => {