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:
parent
1cb1fbb8f4
commit
aa8d8c0d54
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue