mirror of
https://framagit.org/luc/lufi.git
synced 2025-10-05 22:02:39 +02:00
♿ — Add autofocus on login input field
This commit is contained in:
@@ -6,6 +6,7 @@ Revision history for Lufi
|
||||
- 🎨 — Use template literals in js
|
||||
- ➖ — Replace moment.js with Date().toLocaleDateString(…)
|
||||
- 🩹 — Fix Roboto font warnings in js console
|
||||
- ♿️ — Add autofocus on login input field
|
||||
|
||||
0.06.00 2023-12-18
|
||||
- ⬆️ — Update deps
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<form class="row" method="post" action="<%= url_for('login') %>">
|
||||
<div class="col s8 m8 offset-s2 offset-m2">
|
||||
<div class="input-field">
|
||||
<input id="login" type="text" class="validate" name="login">
|
||||
<input id="login" type="text" class="validate" name="login" autofocus>
|
||||
<label for="login"><%= l('Login') %></label>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user