We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750fbb7 commit 2b79d41Copy full SHA for 2b79d41
packages/@sanity/cli/src/actions/login/login.js
@@ -45,7 +45,7 @@ function loginFlow({output, provider, apiClient}, resolve, reject) {
45
const loginUrl = url.format(providerUrl)
46
output.print(`\nOpening browser at ${loginUrl}\n`)
47
spin.start()
48
- open(loginUrl)
+ open(loginUrl, {wait: false})
49
}
50
51
function onServerRequest(req, res) {
0 commit comments