mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Fix cancel change email request
Thanks to OtLand user anyeor
(cherry picked from commit df59b104db
)
This commit is contained in:
@@ -117,7 +117,7 @@ else
|
|||||||
<tr align="center">
|
<tr align="center">
|
||||||
<td>
|
<td>
|
||||||
<table border="0" cellspacing="0" cellpadding="0" >
|
<table border="0" cellspacing="0" cellpadding="0" >
|
||||||
<form action="{{ ' .getLink('account/email') . ' }}" method="post" >
|
<form action="' .getLink('account/email') . '" method="post" >
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border:0px;" >
|
<td style="border:0px;" >
|
||||||
<input type="hidden" name="emailchangecancel" value="1" >
|
<input type="hidden" name="emailchangecancel" value="1" >
|
||||||
|
Reference in New Issue
Block a user