anonymous1184 / bitwarden-autotype

Bitwarden Auto-Type for Windows
Do What The F*ck You Want To Public License
185 stars 18 forks source link

Select entry dialog triggered for single vault item #20

Closed KnightTim closed 3 years ago

KnightTim commented 3 years ago

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

anonymous1184 commented 3 years ago

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.