Skip to content

Commit

Permalink
Merge branch 'main' into nahuelon/gh-588/remove-login-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos authored May 30, 2023
2 parents 9f293d8 + 205f965 commit 9d11eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class Login extends BaseCommand {
name: 'openUrl',
type: 'confirm',
message: `Do you want to open a browser window to continue with ${mode === 'login' ? 'login' : 'sign up'}?`,
initial: true,
})

if (!openUrl) {
Expand Down

0 comments on commit 9d11eca

Please sign in to comment.