mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-21 04:10:15 +02:00
Add missing csrf() in success.html.twig
This commit is contained in:
parent
4767120043
commit
29faa4f695
@ -19,6 +19,7 @@
|
|||||||
<div style="text-align:center">
|
<div style="text-align:center">
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
<form action="{{ getLink('account/manage') }}" method="post">
|
<form action="{{ getLink('account/manage') }}" method="post">
|
||||||
|
{{ csrf() }}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border:0px;">
|
<td style="border:0px;">
|
||||||
{{ include('buttons.back.html.twig') }}
|
{{ include('buttons.back.html.twig') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user