pinokiod 7.1.64 → 7.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.1.64",
3
+ "version": "7.1.65",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -624,7 +624,7 @@
624
624
  startSecureConnectPolling();
625
625
  setStatus(`Continue the ${name} login in your browser.`, 'warning');
626
626
  try {
627
- window.location.href = authUrl;
627
+ window.open(authUrl, '_blank', 'browser');
628
628
  } catch (openError) {
629
629
  stopSecureConnectPolling(`Could not open the browser automatically. Please open ${authUrl} manually.`, 'error');
630
630
  return;