mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
switch to filepath
This commit is contained in:
@@ -353,7 +353,7 @@ export class CipherService implements CipherServiceAbstraction {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (Utils.isNode) {
|
if (Utils.isNode) {
|
||||||
fd.append('data', new Buffer(encData) as any, {
|
fd.append('data', new Buffer(encData) as any, {
|
||||||
filename: encFileName.encryptedString,
|
filepath: encFileName.encryptedString,
|
||||||
contentType: 'application/octet-stream',
|
contentType: 'application/octet-stream',
|
||||||
} as any);
|
} as any);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user