mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
implement platform utils additions
This commit is contained in:
@@ -161,7 +161,6 @@ angular
|
||||
cryptoService.getOrgKey($scope.cipher.organizationId).then(function (key) {
|
||||
return cryptoService.decryptFromBytes(req.response, key);
|
||||
}).then(function (decBuf) {
|
||||
var blob = new Blob([decBuf]);
|
||||
BrowserApi.downloadFile($window, decBuf, null, attachment.fileName);
|
||||
|
||||
$timeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user