mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Re-add don't show OTP in passwords
This commit is contained in:
parent
8f28de8865
commit
ba3e13909c
@ -14,7 +14,7 @@ passwordList() { \
|
|||||||
}
|
}
|
||||||
|
|
||||||
getPasswords() { \
|
getPasswords() { \
|
||||||
choice="$(echo "$password_files" | dmenu -i -p "Passwords")"
|
choice="$(echo "$password_files" | grep -v "totp" | dmenu -i -p "Passwords")"
|
||||||
|
|
||||||
[ -z "$choice" ] && exit
|
[ -z "$choice" ] && exit
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user