fix userform lastname input can not get focus (#23478)

Closes #23481
This commit is contained in:
potterhe 2023-09-25 15:18:11 +08:00 committed by GitHub
parent c346786491
commit 73432f86ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ export const UserForm = ({
>
<KeycloakTextInput
data-testid="lastName-input"
id="kc-lastname"
id="kc-lastName"
aria-label={t("lastName")}
{...register("lastName")}
/>