bitfab-cli 0.2.14 → 0.2.16
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7875,7 +7875,7 @@ async function openStudioTo(path14, opts) {
|
|
|
7875
7875
|
};
|
|
7876
7876
|
const restoreFocus = recordFocus();
|
|
7877
7877
|
if (!opts.apiKey) {
|
|
7878
|
-
const targetWithSession = `${path14}${path14.includes("?") ? "&" : "?"}session=${encodeURIComponent(sessionId)}
|
|
7878
|
+
const targetWithSession = `${path14}${path14.includes("?") ? "&" : "?"}session=${encodeURIComponent(sessionId)}`;
|
|
7879
7879
|
const signInUrl = `${opts.serviceUrl}/studio/sign-in?redirect_url=${encodeURIComponent(targetWithSession)}`;
|
|
7880
7880
|
openChromelessWindow(signInUrl);
|
|
7881
7881
|
opts.onLoginRequired?.(sessionId);
|