diff --git a/lib/quantal-api.js b/lib/quantal-api.js index 3531ea1..9ad72a3 100644 --- a/lib/quantal-api.js +++ b/lib/quantal-api.js @@ -210,7 +210,7 @@ class QuantalApi { const win = new BrowserWindow(browserWindowParams || {'use-content-size': true}); win.setMenu(null) - win.loadURL(`${this._apiUrl}/authentication/app`) + win.loadURL(`${this._apiUrl}/authentication/app`, {userAgent: 'Chrome'}) win.on('closed', () => { reject({ name: QuantalError.CONNECT_WINDOW_CLOSED, message: 'User closed the connexion window' })