KEYCLOAK-356 added autofocus to the new passwd field
This commit is contained in:
parent
ccc4f5a114
commit
d1b1a98a0a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<label for="password-new" class="${properties.kcLabelClass!}">${rb.passwordNew}</label>
|
||||
</div>
|
||||
<div class="${properties.kcInputWrapperClass!}">
|
||||
<input type="password" id="password-new" name="password-new" class="${properties.kcInputClass!}" />
|
||||
<input type="password" id="password-new" name="password-new" class="${properties.kcInputClass!}" autofocus />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue