Skip to content

Commit

Permalink
Remove newline from login message
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Oct 10, 2023
1 parent f953679 commit 135331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pleasant-cli login --username <USERNAME> --password <PASSWORD>`,
password = pleasant.PasswordPrompt("Enter password:")
}

fmt.Println("\nLogging in to Pleasant Password Server...")
fmt.Println("Logging in to Pleasant Password Server...")

bearerToken, err := pleasant.GetBearerToken(viper.GetString("serverUrl"), username, password)
if errors.Is(err, pleasant.ErrBadRequest) {
Expand Down

0 comments on commit 135331c

Please sign in to comment.