mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
🧑🔧 Replace correct value for 'htmlFor' (#1456)
This commit is contained in:
parent
2d553dda53
commit
c754a0058b
@ -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…
x
Reference in New Issue
Block a user