ignored tags for yubikey entries

This commit is contained in:
antelle 2020-05-16 10:03:02 +02:00
parent 5b91dcb272
commit b6780dff03
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class ExternalDeviceModel extends Model {
close() {}
forEachEntry(filter, callback) {
if (filter.trash || filter.group) {
if (filter.trash || filter.group || filter.tag) {
return;
}
for (const entry of this.entries) {