mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +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