Fix. Password changed to email as this is a password recovery form not a misc. recovery form

This commit is contained in:
eoghan.conlon 2023-08-08 18:22:53 +01:00
parent fe3d095544
commit a62cd89c2a

View file

@ -11,7 +11,7 @@
<select onChange="selectField()" id="options">
<option value="" selected="selected">Please select an option</option>
<option value="user">Username</option>
<option value="email">Password</option>
<option value="email">Email</option>
</select> <br />
<label for="value">Value</label>
<input type="text" id="value" name="value" /> <br />