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

Commit

Permalink
fix(backup): set user-agent to Chrome for google oauth
Browse files Browse the repository at this point in the history
fix #3342
  • Loading branch information
mrfelton committed Mar 9, 2020
1 parent 15b01ad commit d9945a5
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 d9945a5

Please sign in to comment.