From dd8b0af99cfe4ea0ea5568be5acb6bba41aa1677 Mon Sep 17 00:00:00 2001 From: Rene Schmidt Date: Sat, 30 Jun 2018 10:14:11 +0200 Subject: [PATCH] Set autofocus in two factor form with single input field This enables users to enter the OTP token right after login without manually focusing the single input field. --- seahub/two_factor/templates/two_factor/core/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/two_factor/templates/two_factor/core/login.html b/seahub/two_factor/templates/two_factor/core/login.html index 260a6d3756..7762f6eed6 100644 --- a/seahub/two_factor/templates/two_factor/core/login.html +++ b/seahub/two_factor/templates/two_factor/core/login.html @@ -20,7 +20,7 @@ {% endif %} - +