diff --git a/electron/walletBackup/gdrive/gdriveApi.js b/electron/walletBackup/gdrive/gdriveApi.js index 086a4a54de7..ec6a7ae0d4d 100644 --- a/electron/walletBackup/gdrive/gdriveApi.js +++ b/electron/walletBackup/gdrive/gdriveApi.js @@ -209,7 +209,7 @@ export function createAuthWindow(oAuthClient, scope, windowParams = { width: 500 handleNavigation(newUrl) }) - authWindow.loadURL(authUrl) + authWindow.loadURL(authUrl, { userAgent: 'Chrome' }) }) }