mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
[AC-1345] Moved trials logic to a new function on _OrganizationFormScripts (#2917)
This commit is contained in:
@ -5,6 +5,12 @@
|
||||
|
||||
@section Scripts {
|
||||
@await Html.PartialAsync("_OrganizationFormScripts")
|
||||
|
||||
<script>
|
||||
(() => {
|
||||
togglePlanSettings('@((byte)Model.PlanType)');
|
||||
})();
|
||||
</script>
|
||||
}
|
||||
|
||||
<h1>New Client Organization</h1>
|
||||
|
Reference in New Issue
Block a user