fixup! pass: enable otp generation
This commit is contained in:
parent
2ab0b84209
commit
edeab9f843
|
@ -31,7 +31,7 @@ main() {
|
|||
|
||||
username=`pass show "$entry" 2>/dev/null | perl -ne 'print $2 if /^(login|user|email): (.*)/'`
|
||||
password=`pass show "$entry" 2>/dev/null | head -n 1`
|
||||
otp=`pass otp "$entry" 2>/dev/null`
|
||||
otp=`pass otp "$entry" 2>/dev/null` || true
|
||||
|
||||
action="$(print_actions_for_entry | wdmenu -p Action)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue