Skip to content

Commit 07dbfab

Browse files
authored
Merge pull request #296 from manosim/fix-login
Fix login issue
2 parents 560c682 + a5b326f commit 07dbfab

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)