Set password functionality

This commit is contained in:
Jamie Curnow
2018-06-25 16:56:13 +10:00
parent 446921111e
commit 493bb77169
10 changed files with 183 additions and 87 deletions
+1 -3
View File
@@ -9,9 +9,7 @@
<input name="identity" type="email" class="form-control" placeholder="Enter email" required>
</div>
<div class="form-group">
<label class="form-label">
Password
</label>
<label class="form-label">Password</label>
<input name="secret" type="password" class="form-control" placeholder="Password" required>
<div class="invalid-feedback secret-error"></div>
</div>