Skip to content
Prev Previous commit
Next Next commit
Update login.go
  • Loading branch information
michaelbrewer authored Apr 14, 2024
commit 1afcb47b0c630c4e3a25662a3251105c7b0cb93c
2 changes: 1 addition & 1 deletion cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (r *RootCmd) login() *serpent.Command {
}

sessionToken, err = cliui.Prompt(inv, cliui.PromptOptions{
Text: "Paste your token here:",
Text: "Paste your token here:",
Secret: true,
Validate: func(token string) error {
client.SetSessionToken(token)
Expand Down