Add autocomplete="one-time-code"
for OTP form in login (#32580)
Closes #32579 Signed-off-by: Moritz Kobel <moritz.kobel@qube.ag>
This commit is contained in:
parent
943d5320f1
commit
db26a9e267
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
|
||||
<div class="${properties.kcInputWrapperClass!}">
|
||||
<input id="otp" name="otp" autocomplete="off" type="text" class="${properties.kcInputClass!}"
|
||||
<input id="otp" name="otp" autocomplete="one-time-code" type="text" class="${properties.kcInputClass!}"
|
||||
autofocus aria-invalid="<#if messagesPerField.existsError('totp')>true</#if>"
|
||||
dir="ltr" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue