mirror of
https://github.com/bitwarden/web
synced 2025-12-16 00:03:25 +00:00
change plan is only for free subs
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 39c1384a98...7b0bc41f88
@@ -103,7 +103,7 @@ export class OrganizationSubscriptionComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async changePlan() {
|
async changePlan() {
|
||||||
if (this.subscription == null) {
|
if (this.subscription == null && this.sub.planType === PlanType.Free) {
|
||||||
this.showChangePlan = !this.showChangePlan;
|
this.showChangePlan = !this.showChangePlan;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user