electron-oauth2 icon indicating copy to clipboard operation
electron-oauth2 copied to clipboard

Prevent error when two BrowserWindow events collide; Reduce window flashing

Open bigfarofa opened this issue 7 years ago • 0 comments

  • When trying to use the Microsoft(azure/graph) oAuth, the BrowserWindow would trigger the two events, leading to the module trying to close the Window twice causing an error.

  • Again with Microsoft oAuth, you have a option to remember the user, if the user wants to have always the session already signed in. The BrowserWindow would open for just 2 seconds and then close(Window Flashing).

bigfarofa avatar Mar 26 '18 11:03 bigfarofa