mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
lib updates for login view on desktop
This commit is contained in:
@@ -57,4 +57,12 @@ export class CipherView implements View {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
get hasAttachments(): boolean {
|
||||
return this.attachments && this.attachments.length > 0;
|
||||
}
|
||||
|
||||
get hasFields(): boolean {
|
||||
return this.fields && this.fields.length > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user