Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoki3000 <github@labcms.ru>2016-08-19 10:40:16 +0300
committerGitHub <noreply@github.com>2016-08-19 10:40:16 +0300
commitf36a3c98b4d6834518d4ea2fd407d8a6c895a090 (patch)
treeef925374062e3c192dd3b85b07ac89f4c93c2af4 /templates
parent8af390d767c12629327259726ac5f8b4d8bc18be (diff)
Update challenge.php
Diffstat (limited to 'templates')
-rw-r--r--templates/challenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/challenge.php b/templates/challenge.php
index a3b76f9..27194a7 100644
--- a/templates/challenge.php
+++ b/templates/challenge.php
@@ -1,4 +1,4 @@
<form method="POST">
- <input type="text" name="challenge" required="required" autocomplete="off" autocapitalize="off">
+ <input type="text" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off">
<input type="submit" class="button" value="Verify">
</form>