diff --git a/libs/angular/src/vault/vault-filter/models/vault-filter.model.ts b/libs/angular/src/vault/vault-filter/models/vault-filter.model.ts index cd5264c9e8f..9b7f3282bd7 100644 --- a/libs/angular/src/vault/vault-filter/models/vault-filter.model.ts +++ b/libs/angular/src/vault/vault-filter/models/vault-filter.model.ts @@ -45,7 +45,7 @@ export class VaultFilter { cipherPassesFilter = cipher.isDeleted; } 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) { cipherPassesFilter = cipher.type === this.cipherType || cipher.type === CipherType.Fido2Key;