mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-27 22:11:38 +01:00
org support for keepass
This commit is contained in:
parent
74ddd9b8e3
commit
678b191a32
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user