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
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
    <Forms.Field
        name="login"
        label="<?= lang('Auth.emailOrUsername') ?>"
        required="true" />
        required="true"
        autofocus="autofocus" />

    <Forms.Field
        name="password"