Skip to content

Commit

Permalink
Google Login Issue Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta06 committed May 21, 2023
1 parent ef53caf commit abbeeb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const createWindow = () => {
splash.loadFile('splash.html');
splash.center();
win.removeMenu();
win.loadURL('https://bard.google.com/', {
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
});
win.loadURL('https://bard.google.com/');

if (notsplash === true) {
console.log('Not executed');
Expand Down

0 comments on commit abbeeb7

Please sign in to comment.