mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-02 14:29:11 +02:00
feat: add autofocus to input field "Email or username" on login page
This commit is contained in:
parent
e8076820c9
commit
19caed4bce
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
<Forms.Field
|
||||
name="login"
|
||||
label="<?= lang('Auth.emailOrUsername') ?>"
|
||||
required="true" />
|
||||
required="true"
|
||||
autofocus="autofocus" />
|
||||
|
||||
<Forms.Field
|
||||
name="password"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue