@overscore/cli 0.11.3 → 0.11.4
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
|
@@ -2070,7 +2070,7 @@ async function authLogin() {
|
|
|
2070
2070
|
resolveCallback({ token, project });
|
|
2071
2071
|
});
|
|
2072
2072
|
server.listen(chosenPort, "127.0.0.1");
|
|
2073
|
-
const loginUrl = `${HUB_URL}/login?next=${encodeURIComponent(`/api/cli/auth/finalize?port=${chosenPort}&state=${state}`)}&mode=signin`;
|
|
2073
|
+
const loginUrl = `${HUB_URL}/login?next=${encodeURIComponent(`/api/cli/auth/finalize?port=${chosenPort}&state=${state}`)}&mode=signin&switch=1`;
|
|
2074
2074
|
console.log(`\n Opening browser to authenticate...`);
|
|
2075
2075
|
console.log(`\n If your browser doesn't open automatically, visit:\n ${loginUrl}\n`);
|
|
2076
2076
|
try {
|