diff options
Diffstat (limited to 'pages/auth.html')
| -rw-r--r-- | pages/auth.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/auth.html b/pages/auth.html index 69b6439..f5aec74 100644 --- a/pages/auth.html +++ b/pages/auth.html @@ -33,7 +33,7 @@ <input id='user' class="input" type="text" placeholder="Your username"> </p> <p class="control"> - <input id='pass' class="input" type="text" placeholder="Your password"> + <input id='pass' class="input" type="password" placeholder="Your password"> </p> <p class="control has-addons is-pulled-right"> |