mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
feat: add autofocus to input field "Email or username" on login page
This commit is contained in:
parent
e8076820c9
commit
19caed4bce
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user