1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

remove allciphers

This commit is contained in:
Kyle Spearrin
2018-08-13 16:27:28 -04:00
parent 8448b48cd7
commit a7bbdf9c93

View File

@@ -20,7 +20,6 @@ export class CiphersComponent {
searchText: string; searchText: string;
searchPlaceholder: string = null; searchPlaceholder: string = null;
protected allCiphers: CipherView[] = [];
protected filter: (cipher: CipherView) => boolean = null; protected filter: (cipher: CipherView) => boolean = null;
protected searchPending = false; protected searchPending = false;