We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d553dd commit c754a00Copy full SHA for c754a00
1 file changed
frontend/src/routes/signup.tsx
@@ -96,7 +96,7 @@ function SignUp() {
96
)}
97
</FormControl>
98
<FormControl id="email" isInvalid={!!errors.email}>
99
- <FormLabel htmlFor="username" srOnly>
+ <FormLabel htmlFor="email" srOnly>
100
Email
101
</FormLabel>
102
<Input
0 commit comments