🔥(frontend) remove duplicated aria-label from join screen username input

Eliminate redundant accessibility attribute that wasn't providing relevant
information to screen readers.
This commit is contained in:
lebaudantoine
2025-04-28 16:07:02 +02:00
committed by aleb_the_flash
parent 2246bb7782
commit e519f00342

View File

@@ -353,7 +353,6 @@ export const Join = ({
type="text"
onChange={setUsername}
label={t('usernameLabel')}
aria-label={t('usernameLabel')}
defaultValue={initialUserChoices?.username}
validate={(value) => !value && t('errors.usernameEmpty')}
wrapperProps={{