mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
switch to filepath
This commit is contained in:
parent
43ac05d1fc
commit
d3f3f47286
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user