mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-25 03:09:11 -05:00
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:
@@ -100,7 +100,7 @@
|
||||
</#if>
|
||||
|
||||
<@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>
|
||||
</div>
|
||||
<script type="module">
|
||||
|
||||
Reference in New Issue
Block a user