Create snippets skeleton

This commit is contained in:
Tim
2023-04-03 23:44:13 +02:00
parent bf83e5aabd
commit 921dcf1e97
15 changed files with 310 additions and 30 deletions

View File

@ -4,9 +4,6 @@
<div class="row">
<div class="col-sm">
<h4>{{ app.user.name }}</h4>
{% if is_granted('ROLE_API') %}
Your api key: {{ app.user.apiKey }} <a class="btn btn-primary" href="{{ path('user_apikey_generate') }}">Regenerate</a> <br/>
{% endif %}
<br/>
{% if is_granted('ROLE_ADMIN') %}
<br/><br/>