Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Fix 2FA failure
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 13, 2016
1 parent 637f001 commit 4fc046e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ export default class Authentication {
authWindow = new BrowserWindow({
width: 800,
height: 600,
'node-integration': false,
webPreferences: {
nodeIntegration: false,
},
});

authWindow.webContents.on('will-navigate', (event, url) => {
Expand Down

0 comments on commit 4fc046e

Please sign in to comment.