1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

org support for keepass

This commit is contained in:
Kyle Spearrin 2018-07-10 17:57:59 -04:00
parent 74ddd9b8e3
commit 678b191a32

View File

@ -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;
}