kill the default loop in password
parent
a7754d2322
commit
1603865ef4
|
@ -129,7 +129,6 @@ enterPasswd:
|
|||
query := promptWithColor("Please type your password", colorCyan)
|
||||
for {
|
||||
password, err = ui.Ask(query, &input.Options{
|
||||
Loop: true,
|
||||
Required: true,
|
||||
HideOrder: true,
|
||||
Hide: true,
|
||||
|
|
Loading…
Reference in New Issue