mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 04:51:17 +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
|
||||
name="login"
|
||||
label="<?= lang('Auth.emailOrUsername') ?>"
|
||||
required="true" />
|
||||
required="true"
|
||||
autofocus="autofocus" />
|
||||
|
||||
<Forms.Field
|
||||
name="password"
|
||||
|
Loading…
x
Reference in New Issue
Block a user