🧑‍🔧 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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