mobbdev 1.0.117 → 1.0.118
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11585,7 +11585,7 @@ var McpAuthService = class {
|
|
|
11585
11585
|
throw new CliLoginError("Error: createCliLogin failed");
|
|
11586
11586
|
}
|
|
11587
11587
|
logDebug(`cli login created ${loginId}`);
|
|
11588
|
-
const webLoginUrl2 = `${WEB_APP_URL}/
|
|
11588
|
+
const webLoginUrl2 = `${WEB_APP_URL}/mvs-login`;
|
|
11589
11589
|
const browserUrl = `${webLoginUrl2}/${loginId}?hostname=${os2.hostname()}`;
|
|
11590
11590
|
await this.openBrowser(browserUrl, isBackgoundCall);
|
|
11591
11591
|
logDebug(`waiting for login to complete`);
|