We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e229fa8 + 84afec5 commit 264ba71Copy full SHA for 264ba71
frontend/js/login/ui/login.ejs
@@ -17,7 +17,7 @@
17
<div class="card-title"><%- i18n('login', 'title') %></div>
18
<div class="form-group">
19
<label class="form-label"><%- i18n('str', 'email-address') %></label>
20
- <input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required>
+ <input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required autofocus>
21
</div>
22
23
<label class="form-label"><%- i18n('str', 'password') %></label>
0 commit comments