diff options
| author | Pitu <[email protected]> | 2017-01-30 04:41:18 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 04:41:18 -0300 |
| commit | cc2616aa30f87c0f290a8f060c72c1af0d5d7327 (patch) | |
| tree | 5967e2aba9dd7a132ee5092049ec1e6aad39b344 /pages | |
| parent | Added image pasting from clipboard (diff) | |
| download | host.fuwn.me-cc2616aa30f87c0f290a8f060c72c1af0d5d7327.tar.xz host.fuwn.me-cc2616aa30f87c0f290a8f060c72c1af0d5d7327.zip | |
Made passwords behave like passwords
Diffstat (limited to 'pages')
| -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"> |