mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
search service implementation with lunr
This commit is contained in:
@@ -78,10 +78,6 @@ export class CipherView implements View {
|
||||
return this.fields && this.fields.length > 0;
|
||||
}
|
||||
|
||||
get login_username(): string {
|
||||
return this.login != null ? this.login.username : null;
|
||||
}
|
||||
|
||||
get passwordRevisionDisplayDate(): Date {
|
||||
if (this.login == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user