Skip to content

Commit c404053

Browse files
committed
Merge branch 'wip-version-6' into wip-version-6-locales
2 parents 5389974 + d3cdf5f commit c404053

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/clients/add.twig

Lines changed: 6 additions & 0 deletions
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)