1
0
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:
Kyle Spearrin
2017-06-30 22:34:26 -04:00
parent 7b4cf53ec4
commit 7ff79a0fdd
4 changed files with 182 additions and 11 deletions

View File

@@ -80,6 +80,7 @@ angular
return {
id: encryptedAttachment.Id,
url: encryptedAttachment.Url,
fileName: cryptoService.decrypt(encryptedAttachment.FileName, key),
size: encryptedAttachment.SizeName
};