Skip to content
Snippets Groups Projects
Verified Commit 62fd9341 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: correct meta tag for idphint

parent db8eb997
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
<script src="/{{baseurlpath}}module.php/campusmultiauth/resources/jquery-3.6.0.min.js"></script>
<script src="/{{baseurlpath}}module.php/campusmultiauth/resources/selectize/js/standalone/selectize.min.js"></script>
<meta name="idphint" value="{% if idphint is defined %}{{ idphint | json_encode }}{% endif %}">
{% if idphint is not defined %}{% set idphint = [] %}{% endif %}
<meta name="idphint" content="{{ idphint | json_encode }}">
<script src="/{{baseurlpath}}module.php/campusmultiauth/resources/campus-idp.js"></script>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment