Skip to content
Snippets Groups Projects
Commit 19caed4b authored by Ola Hneini's avatar Ola Hneini Committed by Yassine Doghri
Browse files

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

parent e8076820
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@
<Forms.Field
name="login"
label="<?= lang('Auth.emailOrUsername') ?>"
required="true" />
required="true"
autofocus="autofocus" />
<Forms.Field
name="password"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment