mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
search service with lunr implementation
This commit is contained in:
@@ -65,4 +65,12 @@ export class CipherView implements View {
|
||||
get hasFields(): boolean {
|
||||
return this.fields && this.fields.length > 0;
|
||||
}
|
||||
|
||||
get login_username(): string {
|
||||
return this.login != null ? this.login.username : null;
|
||||
}
|
||||
|
||||
get login_uri(): string {
|
||||
return this.login != null ? this.login.uri : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user