Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
fix(admin): change password input to type password
Browse files Browse the repository at this point in the history
  • Loading branch information
steelsojka committed Apr 7, 2015
1 parent 3cbb5d8 commit 050296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/admin.vm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<label for="user">User</label>
<input type="text" name="user"><br/>
<label for="password">Password</label>
<input type="text" name="password">
<input type="password" name="password">
</fieldset>
</div>
<div>
Expand Down

0 comments on commit 050296e

Please sign in to comment.