Skip to content

Commit

Permalink
remove password mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanut Lertwarachai authored and Tanut Lertwarachai committed Dec 9, 2024
1 parent 397d5e0 commit 32d4b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ $ %s k a eth test-key`, appName, appName)),
case privateKeyLabel:
privateKeyPrompt := huh.NewGroup(huh.NewInput().
Title("Enter your private key").
EchoMode(huh.EchoModePassword).
Value(&privateKey))

form := huh.NewForm(privateKeyPrompt)
Expand All @@ -84,7 +83,6 @@ $ %s k a eth test-key`, appName, appName)),
case mnemonicLabel:
mnemonicPrompt := huh.NewGroup(huh.NewInput().
Title("Enter your mnemonic").
EchoMode(huh.EchoModePassword).
Value(&mnemonic))

form := huh.NewForm(mnemonicPrompt)
Expand Down

0 comments on commit 32d4b50

Please sign in to comment.