diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2018-07-11 18:49:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 18:49:38 +0000 |
commit | 9b12f822e1ab1b9363a3b32c17590eca078ffa67 (patch) | |
tree | 0839a72a0ae09be4ec0cdaa7ac0055f68638fb94 /src/Wallabag/UserBundle | |
parent | 6337b46e80d9e8ac3764d13a9d533bb8b6f05c2a (diff) | |
parent | d02e6850c29fd7881424472666c2a6c75f679ba2 (diff) | |
download | wallabag-9b12f822e1ab1b9363a3b32c17590eca078ffa67.tar.gz wallabag-9b12f822e1ab1b9363a3b32c17590eca078ffa67.tar.zst wallabag-9b12f822e1ab1b9363a3b32c17590eca078ffa67.zip |
Merge pull request #3691 from Simounet/feature/login-username-autofocus
Autofocus the username field on the login page
Diffstat (limited to 'src/Wallabag/UserBundle')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/Security/login.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig b/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig index 32984c84..3dd98fb6 100644 --- a/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | <div class="input-field col s12"> | 17 | <div class="input-field col s12"> |
18 | <label for="username">{{ 'security.login.username'|trans }}</label> | 18 | <label for="username">{{ 'security.login.username'|trans }}</label> |
19 | <input type="text" id="username" name="_username" value="{{ last_username }}" /> | 19 | <input type="text" id="username" name="_username" value="{{ last_username }}" autofocus /> |
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <div class="input-field col s12"> | 22 | <div class="input-field col s12"> |