resolve issues in axe report

This commit is contained in:
jenny-s51 2021-03-03 14:36:21 -05:00
parent 1a4c635946
commit 3b9edc483a

View file

@ -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