mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +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