mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -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>
|
||||
|
||||
<@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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user