Update index.js
This commit is contained in:
parent
8b90df1373
commit
bf0d80b9d1
1
index.js
1
index.js
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user