mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
change plan is only for free subs
This commit is contained in:
parent
7be58fb884
commit
2ded5228cb
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 39c1384a98d02519bccd3185ec0384b73668bca8
|
||||
Subproject commit 7b0bc41f8872562cb921f5304438c2675895aacf
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user