mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-16 03:11:30 +01:00
feature: csrf protection
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{% endif %}
|
||||
<div style="text-align:center">
|
||||
<form action="{% if action is not defined %}{{ getLink('guilds') }}{% else %}{{ action }}{% endif %}" method="post">
|
||||
{{ csrf() }}
|
||||
{{ include('buttons.back.html.twig') }}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user