mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
download and decrypt attachments
This commit is contained in:
@@ -80,6 +80,7 @@ angular
|
||||
|
||||
return {
|
||||
id: encryptedAttachment.Id,
|
||||
url: encryptedAttachment.Url,
|
||||
fileName: cryptoService.decrypt(encryptedAttachment.FileName, key),
|
||||
size: encryptedAttachment.SizeName
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user