mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
fix for org export
This commit is contained in:
@@ -166,7 +166,7 @@ export class ExportService implements ExportServiceAbstraction {
|
||||
cipher.build(c);
|
||||
jsonDoc.items.push(cipher);
|
||||
});
|
||||
return JSON.stringify({}, null, ' ');
|
||||
return JSON.stringify(jsonDoc, null, ' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user