mirror of
https://github.com/bitwarden/web
synced 2026-02-27 18:03:53 +00:00
load orgs manually from vault
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user