feat(templates/login.html): autofocus password field

This commit is contained in:
2025-08-25 20:22:32 +02:00
parent c840788907
commit 38da1f476e

View File

@@ -15,7 +15,7 @@
<h1>Login</h1>
<form method="post" class="center">
<label for="password">Password:</label>
<input type="password" id="password" name="password" required>
<input type="password" id="password" name="password" required autofocus>
<br>
<br>
<input type="submit" value="Login" class="button">
@@ -29,4 +29,4 @@
</main>
</div>
</body>
</html>
</html>