Skip to content

Commit

Permalink
Honor default_autotype setting
Browse files Browse the repository at this point in the history
  • Loading branch information
knatsakis committed Jun 7, 2019
1 parent e07055a commit 1eec609
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,6 @@ mainMenu () {
stuff["${_id}"]=${_val}
fi
done < <(printf '%s\n' "${fields}")

if test "${stuff['autotype']+autotype}"; then
:
else
stuff["autotype"]="${USERNAME_field} :tab pass"
fi
fi
fi

Expand Down

0 comments on commit 1eec609

Please sign in to comment.