8000 bug: Don't try to handle SIGINT when prompting for passwords by dwahler · Pull Request #1498 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

bug: Don't try to handle SIGINT when prompting for passwords #1498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! remove errant comment
  • Loading branch information
dwahler committed May 18, 2022
commit c59b6ef16dfa0920af4b659bc74fc3c65aa75795
1 change: 0 additions & 1 deletion cli/cliui/prompt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func TestPasswordTerminalState(t *testing.T) {
require.True(t, echo, "echo is off after reading password")
}

// Platform-specific function to get the
func passwordHelper() {
cmd := &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
Expand Down
0