1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

switch to filepath

This commit is contained in:
Kyle Spearrin
2018-05-25 08:39:48 -04:00
parent 43ac05d1fc
commit d3f3f47286

View File

@@ -353,7 +353,7 @@ export class CipherService implements CipherServiceAbstraction {
} catch (e) {
if (Utils.isNode) {
fd.append('data', new Buffer(encData) as any, {
filename: encFileName.encryptedString,
filepath: encFileName.encryptedString,
contentType: 'application/octet-stream',
} as any);
} else {