mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Merge pull request #65 from dzamlo/unstable
Add the autofocus attribute to the username field
This commit is contained in:
commit
366dd6c443
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<form class="login-form" name="input" action="" method="post">
|
||||
<div class="form-group">
|
||||
<label class="icon icon-user" for="user"><span class="element-invisible">{{t_username}}</span></label>
|
||||
<input id="user" type="text" name="user" placeholder="{{t_username}}" class="form-text" required>
|
||||
<input id="user" type="text" name="user" placeholder="{{t_username}}" class="form-text" autofocus required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="icon icon-lock" for="password"><span class="element-invisible">{{t_password}}</span></label>
|
||||
|
|
Loading…
Reference in a new issue