Fix reset password

This commit is contained in:
osaajani 2021-02-24 16:00:12 +01:00
parent 8020d68572
commit fde633bcae
7 changed files with 34 additions and 11 deletions

View file

@ -11,7 +11,7 @@
<label>Adresse e-mail</label>
<div class="form-group input-group">
<span class="input-group-addon"><span class="fa fa-at"></span></span>
<input name="mail" class="form-control" type="email" placeholder="Ex : john.doe@example.tld" autofocus required>
<input name="email" class="form-control" type="email" placeholder="Ex : john.doe@example.tld" autofocus required>
</div>
</div>