mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
adjust paths to portal
This commit is contained in:
@@ -67,8 +67,10 @@ export class OrganizationPlansComponent implements OnInit {
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
const plans = await this.apiService.getPlans();
|
||||
this.plans = plans.data;
|
||||
if (!this.selfHosted) {
|
||||
const plans = await this.apiService.getPlans();
|
||||
this.plans = plans.data;
|
||||
}
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user