mirror of https://github.com/keeweb/keeweb
ignored tags for yubikey entries
parent
5b91dcb272
commit
b6780dff03
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue