change forgot password email to phone number

This commit is contained in:
Darel
2018-03-22 16:49:18 +08:00
parent 1d7335831b
commit 4eac1e4ac7
3 changed files with 3 additions and 3 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -25,15 +25,15 @@
Forgot your Password?
</div>
<div class="form-row txt-center" style="font-size: 15px; color: #2DD67B">
Enter your e-mail below to reset your password.
Enter your phone number below to reset your password.
</div>
<br />
<div class="form-row-group with-icons">
<div class="form-row no-padding">
<div style="position:absolute; top: 10px;">
<a class="fa fa-envelope" style="color: black"></a>
<a class="fa fa-phone" style="color: black"></a>
</div>
<input id="mobile" type="text" class="form-element" placeholder="Your E-Mail" />
<input id="mobile" type="number" class="form-element" placeholder="Your Phone Number" />
</div>
</div>
<div class="form-divider"></div>