mirror of
https://github.com/bitwarden/web
synced 2026-01-19 17:03:21 +00:00
fix adjust seat pricing
This commit is contained in:
@@ -257,11 +257,11 @@ export class OrganizationBillingComponent implements OnInit {
|
||||
case PlanType.EnterpriseMonthly:
|
||||
return 4;
|
||||
case PlanType.EnterpriseAnnually:
|
||||
return 3;
|
||||
return 36;
|
||||
case PlanType.TeamsMonthly:
|
||||
return 2.5;
|
||||
case PlanType.TeamsAnnually:
|
||||
return 2;
|
||||
return 24;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user