aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-30 04:41:18 -0300
committerPitu <[email protected]>2017-01-30 04:41:18 -0300
commitcc2616aa30f87c0f290a8f060c72c1af0d5d7327 (patch)
tree5967e2aba9dd7a132ee5092049ec1e6aad39b344
parentAdded image pasting from clipboard (diff)
downloadhost.fuwn.me-cc2616aa30f87c0f290a8f060c72c1af0d5d7327.tar.xz
host.fuwn.me-cc2616aa30f87c0f290a8f060c72c1af0d5d7327.zip
Made passwords behave like passwords
-rw-r--r--pages/auth.html2
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">