Reload whole page on user login/logout to show new entries in tools tree

This commit is contained in:
Jan Böhmer 2020-01-28 16:47:30 +01:00
parent 62b3b638ca
commit c0ff851e9b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
{% endblock %}
{% block card_content %}
<form action="{{ path('login') }}" method="post" class="form-horizontal">
<form action="{{ path('login') }}" method="post" data-no-ajax class="form-horizontal">
<input type="hidden" name="_csrf_token"
value="{{ csrf_token('authenticate') }}">