mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
search ciphers and cleanup ciphers header
This commit is contained in:
@@ -22,6 +22,7 @@ export class CiphersComponent implements OnInit {
|
||||
@Output() onAddCipher = new EventEmitter();
|
||||
|
||||
ciphers: CipherView[] = [];
|
||||
searchText: string;
|
||||
private filter: (cipher: CipherView) => boolean = null;
|
||||
|
||||
constructor(private cipherService: CipherService) {
|
||||
|
||||
Reference in New Issue
Block a user