Add missing csrf()

This commit is contained in:
slawkens 2025-06-15 19:05:19 +02:00
parent 29faa4f695
commit dca904e61d

View File

@ -35,6 +35,7 @@
<tr>
<td style="border:0;">
<form action="{{ getLink('account/manage') }}" method="post">
{{ csrf() }}
{{ include('buttons.back.html.twig') }}
</form>
</td>