mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
added vault searching
This commit is contained in:
@@ -26,6 +26,8 @@ const BroadcasterSubscriptionId = 'CiphersComponent';
|
||||
templateUrl: 'ciphers.component.html',
|
||||
})
|
||||
export class CiphersComponent extends BaseCiphersComponent implements OnInit, OnDestroy {
|
||||
searchText: string;
|
||||
|
||||
constructor(cipherService: CipherService, private route: ActivatedRoute,
|
||||
private router: Router, private location: Location,
|
||||
private ngZone: NgZone, private broadcasterService: BroadcasterService,
|
||||
|
||||
Reference in New Issue
Block a user