Skip to content

Commit df30358

Browse files
Jon Haynesahus1
authored andcommitted
Removed hard-coded LTR dir attribute in inputs in configure OTP template
This should be done in the html opening tag only (see issue #33642) Closes #32844 Signed-off-by: Jon Haynes <[email protected]>
1 parent f208ae4 commit df30358

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/src/main/resources/theme/keycloak.v2/login/login-config-totp.ftl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<div class="${properties.kcInputClass!} <#if messagesPerField.existsError('totp')>pf-m-error</#if>">
6363
<input type="text" required id="totp" name="totp" autocomplete="off"
6464
aria-invalid="<#if messagesPerField.existsError('totp')>true</#if>"
65-
dir="ltr"
6665
/>
6766

6867
<@field.errorIcon error=kcSanitize(messagesPerField.get('totp'))?no_esc/>
@@ -85,7 +84,6 @@
8584
<div class="${properties.kcInputClass!}">
8685
<input type="text" id="userLabel" name="userLabel" autocomplete="off"
8786
aria-invalid="<#if messagesPerField.existsError('userLabel')>true</#if>"
88-
dir="ltr"
8987
/>
9088

9189
<@field.errorIcon error=kcSanitize(messagesPerField.get('userLabel'))?no_esc/>

0 commit comments

Comments
 (0)