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

Loading…
Cancel
Save