Skip to content

Commit

Permalink
Merge pull request #4111 from wasmerio/syrusakbary-patch-1
Browse files Browse the repository at this point in the history
Update login.rs
  • Loading branch information
syrusakbary authored Jul 28, 2023
2 parents edc4a52 + 94829e8 commit d4fd80a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cli/src/commands/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ impl Login {
.with_prompt(format!(
"{} {} - [y/{}]",
style("?").yellow().bold(),
style("Do you want to login with another user?")
.bright()
.bold(),
style("Do you want to login again?").bright().bold(),
style("N").green().bold()
))
.show_default(false)
Expand Down

0 comments on commit d4fd80a

Please sign in to comment.