mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
bitwarden json importer
This commit is contained in:
@@ -73,6 +73,9 @@ export class ExportService implements ExportServiceAbstraction {
|
||||
};
|
||||
|
||||
decFolders.forEach((f) => {
|
||||
if (f.id == null) {
|
||||
return;
|
||||
}
|
||||
const folder = new FolderExport();
|
||||
folder.build(f);
|
||||
jsonDoc.folders.push(folder);
|
||||
|
||||
Reference in New Issue
Block a user