mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
Hide account credit option when purchasing organization (#13081)
This commit is contained in:
parent
cf7a174d11
commit
bcce56e6fd
@ -433,7 +433,11 @@
|
||||
<p class="tw-text-muted tw-italic tw-mb-3 tw-block" bitTypography="body2">
|
||||
{{ paymentDesc }}
|
||||
</p>
|
||||
<app-payment *ngIf="createOrganization || upgradeRequiresPaymentMethod"></app-payment>
|
||||
<app-payment
|
||||
*ngIf="createOrganization || upgradeRequiresPaymentMethod"
|
||||
[showAccountCredit]="false"
|
||||
>
|
||||
</app-payment>
|
||||
<app-manage-tax-information
|
||||
class="tw-my-4"
|
||||
[showTaxIdField]="showTaxIdField"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user