mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Set autofocus on WebAuthn authenticate button in keycloak.v2 login theme. (#43803)
Closes #43802 Signed-off-by: Patrick Weiner <patrick.weiner@prime-sign.com>
This commit is contained in:
parent
4c64b7189c
commit
b4e5c01929
@ -100,7 +100,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<@buttons.actionGroup>
|
<@buttons.actionGroup>
|
||||||
<@buttons.button id="authenticateWebAuthnButton" label="webauthn-doAuthenticate" class=["kcButtonPrimaryClass","kcButtonBlockClass"]/>
|
<@buttons.button id="authenticateWebAuthnButton" label="webauthn-doAuthenticate" class=["kcButtonPrimaryClass","kcButtonBlockClass"] autofocus="autofocus"/>
|
||||||
</@buttons.actionGroup>
|
</@buttons.actionGroup>
|
||||||
</div>
|
</div>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user