1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02: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 {