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) {
|
||||
if (Utils.isNode) {
|
||||
fd.append('data', new Buffer(encData) as any, {
|
||||
filename: encFileName.encryptedString,
|
||||
filepath: encFileName.encryptedString,
|
||||
contentType: 'application/octet-stream',
|
||||
} as any);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user