mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
org support for keepass
This commit is contained in:
@@ -24,6 +24,10 @@ export class KeePass2XmlImporter extends BaseImporter implements Importer {
|
|||||||
|
|
||||||
this.traverse(rootGroup, true, '');
|
this.traverse(rootGroup, true, '');
|
||||||
|
|
||||||
|
if (this.organization) {
|
||||||
|
this.moveFoldersToCollections(this.result);
|
||||||
|
}
|
||||||
|
|
||||||
this.result.success = true;
|
this.result.success = true;
|
||||||
return this.result;
|
return this.result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user