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

View File

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