From 5588ee494d6decd6b79bc317d66140369a52d3bb Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 3 Jul 2017 03:13:29 -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 262d7b3..4529abe 100644 --- a/index.php +++ b/index.php @@ -118,8 +118,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" />

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