Skip to content

Commit a5b326f

Browse files
committed
Fix Login issue
More at electron/electron#8838
1 parent 560c682 commit a5b326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function authGithub(
4949
height: 600,
5050
show: true,
5151
webPreferences: {
52-
devTools: true,
52+
nodeIntegration: false,
5353
},
5454
});
5555

0 commit comments

Comments
 (0)