Skip to content

Commit

Permalink
fix: add password reveal to verify field
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 13, 2018
1 parent 8ac0f0d commit 85748d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webserver/web/templates/auth/register.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Create a new account.
</p>
</div>

<div class="field">
<div class="field has-addons">
<label class="label">Password (again)</label>
<div class="control has-icons-left">
<input
Expand All @@ -139,6 +139,13 @@ Create a new account.
<i class="fas fa-asterisk"></i>
</span>
</div>
<div class="control">
<a name="password_reveal" class="button">
<span class="icon is-small">
<i class="fas fa-eye"></i>
</span>
</a>
</div>
</div>

<div class="field">
Expand Down

0 comments on commit 85748d4

Please sign in to comment.