fix regression with autotype choice

This commit is contained in:
Joel Beckmeyer 2020-04-08 12:28:16 -04:00
parent d183696e74
commit f859518b21
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ _parse_fields() {
field_list+="$line\n"
fi
done
if [[ $typeit -eq 1 ]] && [[ $has_username -eq 1 ]]; then
printf "autotype\n"
fi
printf "$field_list"
unset IFS
}