From e6dc4c5b780a3159ba32f6313d7b1ecfebac144e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 3 Jul 2017 03:13:15 -0600 Subject: [PATCH] Improve mobile integration, add autocorrect etc. flags to login fields --- index.php | 6 +++--- mobile/index.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index fd9cb61..7adf767 100644 --- a/index.php +++ b/index.php @@ -122,8 +122,8 @@ if (checkLoginServer()) { if ($multiauth != true) { ?> - " required="required" autofocus />
- " required="required" />
+ " required="required" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" autofocus />
+ " required="required" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />

@@ -135,7 +135,7 @@ if (checkLoginServer()) {
- " required="required" autocomplete="off" autofocus />
+ " required="required" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" autofocus />