Skip to content

Commit d3cdf5f

Browse files
committed
Add client-form.js on Client add form
1 parent b98b53e commit d3cdf5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/clients/add.twig

+6
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121
{% include "@oidc/clients/includes/form.twig" %}
2222

2323
{% endblock oidcContent -%}
24+
25+
{% block postload %}
26+
{{ parent() }}
27+
28+
<script src="{{ asset('js/src/client-form.js', 'oidc') }}"></script>
29+
{% endblock %}

0 commit comments

Comments
 (0)