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

Commit

Permalink
Merge pull request #3376 from LN-Zap/fix/chrome-auth
Browse files Browse the repository at this point in the history
Set user-agent to `Chrome` for google oauth
  • Loading branch information
mrfelton authored Mar 9, 2020
2 parents 15b01ad + d9945a5 commit 2cf874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/walletBackup/gdrive/gdriveApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function createAuthWindow(oAuthClient, scope, windowParams = { width: 500
handleNavigation(newUrl)
})

authWindow.loadURL(authUrl)
authWindow.loadURL(authUrl, { userAgent: 'Chrome' })
})
}

Expand Down

0 comments on commit 2cf874d

Please sign in to comment.