Browse Source

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

pull/13907/head
Boriss Jerjomkin 7 months ago
committed by GitHub
parent
commit
c754a0058b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/routes/signup.tsx

2
frontend/src/routes/signup.tsx

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

Loading…
Cancel
Save