1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-16 23:43:37 +00:00
Files
browser/apps/web/src/app/billing/organizations/sm-subscribe-standalone.component.html
Alex Morask 95d4d281cb [AC-1706] Show Discounted Prices (#6668)
* Removed subscription copy from org and individual

* Discount all prices in subscription components
2023-10-23 11:01:59 -04:00

10 lines
268 B
HTML

<form [formGroup]="formGroup" [bitSubmit]="submit" *ngIf="plan">
<sm-subscribe
[formGroup]="formGroup"
[selectedPlan]="plan"
[upgradeOrganization]="false"
[showSubmitButton]="true"
[customerDiscount]="customerDiscount"
></sm-subscribe>
</form>