1
0
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:
Rui Tomé
2023-06-09 14:15:56 +01:00
committed by GitHub
parent 05f11a8ee1
commit 8e40e0bfeb
3 changed files with 67 additions and 46 deletions

View File

@ -5,6 +5,12 @@
@section Scripts {
@await Html.PartialAsync("_OrganizationFormScripts")
<script>
(() => {
togglePlanSettings('@((byte)Model.PlanType)');
})();
</script>
}
<h1>New Client Organization</h1>