Commit 03bd864
committed
fix(tui): require Enter to open /connect provider picker
Typing exactly '/connect' previously auto-opened the interactive
provider login picker, conflicting with the documented behavior where
'/connect' (no provider) only opens the picker on submit.
Drop the keystroke-triggered show_interactive_login() call in
handle_text_input; the submit path (handle_auth_command) still
opens the picker when the user presses Enter on bare '/connect'.1 parent 71e5683 commit 03bd864
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | 785 | | |
794 | 786 | | |
795 | 787 | | |
| |||
0 commit comments