summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-07-13 12:38:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-07-13 12:38:37 -0400
commitb993f108c1f798f50deac3e8e41a8fc3f002dce9 (patch)
treea769c436e47822786c445897cc3d1058a9c96b78 /www/templates/login.html
parentb15bffedf83cd0d9ab6d43b2fc2d7300d39d5fba (diff)
removed autocomplete from wizard
Former-commit-id: 2f6c532b9ebc3686add1f38c6c179aac04c6c0dd
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index 56f0c945..15409e76 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -18,7 +18,7 @@
<div class="item item-input-inset">
{{'kServerName' | translate }}:&nbsp;
<label class="item-input-wrapper">
- <input type="text" placeholder="{{'kExampleServer' | translate}}" ng-model="loginData.serverName">
+ <input autocorrect="off" type="text" placeholder="{{'kExampleServer' | translate}}" ng-model="loginData.serverName">
</label>
</div>