summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
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>