feat: add autofocus to input field "Email or username" on login page

This commit is contained in:
Ola Hneini 2022-03-10 11:00:17 +00:00 committed by Yassine Doghri
parent e8076820c9
commit 19caed4bce
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
<Forms.Field
name="login"
label="<?= lang('Auth.emailOrUsername') ?>"
required="true" />
required="true"
autofocus="autofocus" />
<Forms.Field
name="password"