kill the default loop in password

pull/10616/head
Kelvin Wang 2018-10-11 18:14:30 -04:00
parent a7754d2322
commit 1603865ef4
1 changed files with 0 additions and 1 deletions

View File

@ -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,