mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-12 19:50:46 +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, '');
|
||||
|
||||
if (this.organization) {
|
||||
this.moveFoldersToCollections(this.result);
|
||||
}
|
||||
|
||||
this.result.success = true;
|
||||
return this.result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user