Added possibility to list all available API keys at the user settings page

This commit is contained in:
Jan Böhmer 2023-08-19 23:19:21 +02:00
parent 040e86ea6d
commit 35a0e8464a
9 changed files with 245 additions and 42 deletions

View file

@ -76,4 +76,6 @@
{{ form_end(pw_form) }}
</div>
</div>
{% include "users/_api_tokens.html.twig" %}
{% endblock %}