🧑‍🔧 Replace correct value for 'htmlFor' (#1456)

This commit is contained in:
Boriss Jerjomkin
2025-01-06 13:32:57 +02:00
committed by GitHub
parent 2d553dda53
commit c754a0058b

View File

@@ -96,7 +96,7 @@ function SignUp() {
)} )}
</FormControl> </FormControl>
<FormControl id="email" isInvalid={!!errors.email}> <FormControl id="email" isInvalid={!!errors.email}>
<FormLabel htmlFor="username" srOnly> <FormLabel htmlFor="email" srOnly>
Email Email
</FormLabel> </FormLabel>
<Input <Input