Skip to content

Commit 84afec5

Browse files
committed
Added autofocus to email input on login screen
1 parent d2688cf commit 84afec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/login/ui/login.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="card-title"><%- i18n('login', 'title') %></div>
1818
<div class="form-group">
1919
<label class="form-label"><%- i18n('str', 'email-address') %></label>
20-
<input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required>
20+
<input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required autofocus>
2121
</div>
2222
<div class="form-group">
2323
<label class="form-label"><%- i18n('str', 'password') %></label>

0 commit comments

Comments
 (0)