Add missing csrf() in success.html.twig

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

View File

@ -19,6 +19,7 @@
<div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/manage') }}" method="post">
{{ csrf() }}
<tr>
<td style="border:0px;">
{{ include('buttons.back.html.twig') }}