1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00

fix orgs load

This commit is contained in:
Kyle Spearrin
2018-07-12 09:14:20 -04:00
parent 59aaa07e3b
commit ed381bcf0a

View File

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