0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-11 20:25:44 +00:00

add logout button to allow user switch without having to re-login

This commit is contained in:
Kevin Papst 2025-02-07 17:28:30 +01:00
parent 1cb1fbb8f4
commit aa8d8c0d54

View file

@ -36,5 +36,6 @@
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}"/>
</form>
{% endif %}
<a class="btn w-100 mt-2" href="{{ path('logout') }}">{{ 'logout'|trans }}</a>
{% endblock %}
{% endblock %}