[WIP] Refactor account lost

This commit is contained in:
slawkens
2026-01-01 08:40:48 +01:00
parent 85e54e709e
commit e425d597a8
5 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ Please enter e-mail to account with this character.<br/>
<label for="name">E-mail to account:</label>
</td>
<td>
<input type=text id="name" name="email" value="" size="40">
<input type="email" id="name" name="email" value="" size="40">
</td>
</tr>
</table>