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
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
startSecureConnectPolling();
|
|
625
625
|
setStatus(`Continue the ${name} login in your browser.`, 'warning');
|
|
626
626
|
try {
|
|
627
|
-
window.
|
|
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;
|