1
0
mirror of https://github.com/bitwarden/web synced 2026-01-04 01:23:22 +00:00

adjust paths to portal

This commit is contained in:
Kyle Spearrin
2020-08-27 16:12:20 -04:00
parent e17a49acd5
commit fa11382c08
4 changed files with 8 additions and 6 deletions

View File

@@ -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;
}