Is your feature request related to a problem?
When typing passwords or app-passwords in the login form, EchoPassword is used. If there's a typo, it's hard to find.
Describe the solution you'd like
Add a keybinding (e.g. ctrl+v) to toggle password visibility while typing in the password field of tui/login.go.
Describe alternatives you've considered
Deleting and retyping carefully.
Additional context
textinput.Model has an EchoMode that can be toggled.
Is your feature request related to a problem?
When typing passwords or app-passwords in the login form,
EchoPasswordis used. If there's a typo, it's hard to find.Describe the solution you'd like
Add a keybinding (e.g.
ctrl+v) to toggle password visibility while typing in the password field oftui/login.go.Describe alternatives you've considered
Deleting and retyping carefully.
Additional context
textinput.Modelhas anEchoModethat can be toggled.