From f59d7ba8dc2c343188fca9ccf64e751a1a2d487b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Tue, 31 Dec 2024 16:48:04 +0100 Subject: [PATCH] Autofocus --- views/login.html | 1 + views/totp_enroll.html | 1 + views/totp_verify.html | 1 + views/welcome.html | 1 + 4 files changed, 4 insertions(+) diff --git a/views/login.html b/views/login.html index 4f75764..a1ae90d 100644 --- a/views/login.html +++ b/views/login.html @@ -25,6 +25,7 @@ type="email" name="email" required + autofocus >
diff --git a/views/totp_enroll.html b/views/totp_enroll.html index c19f5cc..ce150a3 100644 --- a/views/totp_enroll.html +++ b/views/totp_enroll.html @@ -44,6 +44,7 @@ required placeholder="000000" pattern="[0-9]{6}" + autofocus >
diff --git a/views/totp_verify.html b/views/totp_verify.html index 4fc761e..c182755 100644 --- a/views/totp_verify.html +++ b/views/totp_verify.html @@ -27,6 +27,7 @@ required placeholder="000000" pattern="[0-9]{6}" + autofocus >
diff --git a/views/welcome.html b/views/welcome.html index d987a77..ec8b4e4 100644 --- a/views/welcome.html +++ b/views/welcome.html @@ -31,6 +31,7 @@ name="email" required value="{{ Email }}" + autofocus > {% else %}