forked from mystiq/dex
Merge pull request #89 from bobbyrullo/server_fix
server: make reset password pass tests
This commit is contained in:
commit
9b4a264c1a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="input-desc">
|
||||
<label for="password">New Password</label>
|
||||
</div>
|
||||
<input minlength="6" required class="input-box" type="password" id="password" name="password" autofocus />
|
||||
<input minlength="6" required class="input-box" type="password" id="password" name="password" value="" autofocus />
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="input-desc">
|
||||
|
|
Loading…
Reference in a new issue