mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-14 10:31:28 +01:00
feature: csrf protection
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
<br/>
|
||||
{% endif %}
|
||||
<form action="{% if action is not defined %}{{ getLink('account/manage') }}{% else %}{{ action }}{% endif %}" method="post">
|
||||
{{ csrf() }}
|
||||
{{ include('buttons.back.html.twig') }}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user