mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Update libs/angular/src/vault/vault-filter/models/vault-filter.model.ts
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export class VaultFilter {
|
|||||||
cipherPassesFilter = cipher.isDeleted;
|
cipherPassesFilter = cipher.isDeleted;
|
||||||
}
|
}
|
||||||
if (this.cipherType != null && cipherPassesFilter) {
|
if (this.cipherType != null && cipherPassesFilter) {
|
||||||
//Fido2Key's should also be included in the Login type
|
// Fido2Key's should also be included in the Login type
|
||||||
if (this.cipherType === CipherType.Login) {
|
if (this.cipherType === CipherType.Login) {
|
||||||
cipherPassesFilter =
|
cipherPassesFilter =
|
||||||
cipher.type === this.cipherType || cipher.type === CipherType.Fido2Key;
|
cipher.type === this.cipherType || cipher.type === CipherType.Fido2Key;
|
||||||
|
|||||||
Reference in New Issue
Block a user