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"
|
type="text"
|
||||||
id="kc-email"
|
id="kc-email"
|
||||||
name="email"
|
name="email"
|
||||||
|
aria-label={t("emailInput")}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
|
@ -140,6 +141,7 @@ export const UserForm = ({ form, save }: UserFormProps) => {
|
||||||
type="text"
|
type="text"
|
||||||
id="kc-lastname"
|
id="kc-lastname"
|
||||||
name="lastname"
|
name="lastname"
|
||||||
|
aria-label={t("lastName")}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
|
|
Loading…
Reference in a new issue