Skip to content

Commit

Permalink
feat: replaced username with email for user facing output
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Feb 5, 2024
1 parent 06cc2b6 commit c01479a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function createLoginTask({
if (!result.success) {
renderError({
headline: "Failed to authenticate",
body: "There was a problem logging you in. Make sure that your username and password are correct.",
body: "There was a problem logging you in. Make sure that your email address and password are correct.",
})
throw new CLITaskError({
message: result.message,
Expand Down

0 comments on commit c01479a

Please sign in to comment.