1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

load orgs manually from vault

This commit is contained in:
Kyle Spearrin
2018-07-11 11:39:48 -04:00
parent 2d2192f2f6
commit 455df290bf
2 changed files with 11 additions and 4 deletions

View File

@@ -34,7 +34,9 @@ export class OrganizationsComponent implements OnInit {
private syncService: SyncService) { }
async ngOnInit() {
await this.load();
if (this.vault) {
await this.load();
}
}
async load() {