Skip to content

Commit 65399af

Browse files
author
Rebecka Gulliksson
committed
Autofocus on username input.
1 parent a4af98d commit 65399af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/idp2/htdocs/login.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<label for="login">Username</label>
1515
</div>
1616
<div>
17-
<input type="text" name="login" value="${login}"/><br/>
17+
<input type="text" name="login" value="${login}" autofocus><br/>
1818
</div>
1919

2020
<div class="label">

0 commit comments

Comments
 (0)