1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02: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) { }
async ngOnInit() {
if (this.vault) {
if (!this.vault) {
await this.load();
}
}