mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
fix orgs load
This commit is contained in:
@@ -34,7 +34,7 @@ export class OrganizationsComponent implements OnInit {
|
||||
private syncService: SyncService) { }
|
||||
|
||||
async ngOnInit() {
|
||||
if (this.vault) {
|
||||
if (!this.vault) {
|
||||
await this.load();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user