1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

change plan is only for free subs

This commit is contained in:
Kyle Spearrin
2019-04-17 11:06:21 -04:00
parent 7be58fb884
commit 2ded5228cb
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 39c1384a98...7b0bc41f88

View File

@@ -103,7 +103,7 @@ export class OrganizationSubscriptionComponent implements OnInit {
}
async changePlan() {
if (this.subscription == null) {
if (this.subscription == null && this.sub.planType === PlanType.Free) {
this.showChangePlan = !this.showChangePlan;
return;
}