From d47d7f990bc46483b9fd0f06990abaea0c4edb85 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 3 Jul 2017 03:13:40 -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 6a365ce..6cd7604 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 />