Update index.js

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

View File

@ -148,6 +148,7 @@ ipcMain.on('openMSALogoutWindow', (ipcEvent) => {
frame: true,
icon: getPlatformIcon('SealCircle')
})
MSALogoutWindow.removeMenu()
MSALogoutWindow.loadURL('https://login.microsoftonline.com/common/oauth2/v2.0/logout')
MSALogoutWindow.webContents.on('did-navigate', () => {
setTimeout(() => {