We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5389974 + d3cdf5f commit c404053Copy full SHA for c404053
1 file changed
templates/clients/add.twig
@@ -21,3 +21,9 @@
21
{% include "@oidc/clients/includes/form.twig" %}
22
23
{% 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