Skip to content
Snippets Groups Projects
Commit 153f5e3a authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by Tim van Dijen
Browse files

admin: Hide detailed authentication data by default

parent e7f6da4f
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@
{% endif %}
{% if authData %}
<h3>{% trans %}Authentication data{% endtrans %}</h3>
<details>
<summary>{% trans %}Authentication data{% endtrans %}</summary>
<div class="code-box hljs">
<div class="pure-button-group top-right-corner">
<a class="pure-button copy hljs" data-clipboard-target="#auth-data"
......@@ -66,6 +67,7 @@
{{- authData|json_encode(constant("JSON_PRETTY_PRINT") b-or constant("JSON_UNESCAPED_SLASHES")) }}
</code>
</div>
</details>
<br/>
{% endif %}
......
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