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 %}