Re-add don't show OTP in passwords

This commit is contained in:
krisdoodle45 2021-09-28 21:34:20 +02:00 committed by GitHub
parent 8f28de8865
commit ba3e13909c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ passwordList() { \
}
getPasswords() { \
choice="$(echo "$password_files" | dmenu -i -p "Passwords")"
choice="$(echo "$password_files" | grep -v "totp" | dmenu -i -p "Passwords")"
[ -z "$choice" ] && exit