mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 03:49:31 +00:00
Reload whole page on user login/logout to show new entries in tools tree
This commit is contained in:
parent
62b3b638ca
commit
c0ff851e9b
2 changed files with 2 additions and 2 deletions
|
|
@ -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') }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue