resolve issues in axe report
This commit is contained in:
parent
1a4c635946
commit
3b9edc483a
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ export const UserForm = ({ form, save }: UserFormProps) => {
|
|||
type="text"
|
||||
id="kc-email"
|
||||
name="email"
|
||||
aria-label={t("emailInput")}
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup
|
||||
|
@ -140,6 +141,7 @@ export const UserForm = ({ form, save }: UserFormProps) => {
|
|||
type="text"
|
||||
id="kc-lastname"
|
||||
name="lastname"
|
||||
aria-label={t("lastName")}
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup
|
||||
|
|
Loading…
Reference in a new issue