anonymous1184/bitwarden-autotype

Select entry dialog triggered for single vault item

KnightTim opened this issue · 1 comments

If a single vault item has multiple matching URIs a request to select the matching entry will be display even if all the entries are the same.

Request dialog:
incorrect_request

Vault entry:
abode_entry_2

You need to tune the match detection, because all of them are different yet they match with adobe.com. You can either select something like host detection or keep just one (https://adobe.com will do) to avoid the redundant entries.