mirror of
https://github.com/bitwarden/web
synced 2025-12-13 14:53:25 +00:00
delete attachments
This commit is contained in:
@@ -70,7 +70,7 @@ angular
|
||||
name: _service.decryptProperty(encryptedCipher.Data.Name, key, false),
|
||||
username: _service.decryptProperty(encryptedCipher.Data.Username, key, true),
|
||||
password: _service.decryptProperty(encryptedCipher.Data.Password, key, true),
|
||||
hasAttachments: !!encryptedCipher.Attachments
|
||||
hasAttachments: !!encryptedCipher.Attachments && encryptedCipher.Attachments.length > 0
|
||||
};
|
||||
|
||||
return login;
|
||||
|
||||
Reference in New Issue
Block a user