Fix cancel change email request

Thanks to OtLand user anyeor
This commit is contained in:
slawkens 2020-04-21 00:22:50 +02:00
parent e7e327c238
commit df59b104db

View File

@ -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" >