Skip to content

Commit d01e283

Browse files
committed
fix labels in sign-up form
1 parent 2519bb1 commit d01e283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/SignInForm.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const SignInForm: React.FC<Props> = ({ authService }) => {
107107
{({ isValid, isSubmitting }) => (
108108
<Form className={classes.form}>
109109
<label
110+
for="username"
110111
style={{
111112
display: "block",
112113
marginBottom: "-10px",
@@ -133,6 +134,7 @@ const SignInForm: React.FC<Props> = ({ authService }) => {
133134
)}
134135
</Field>
135136
<label
137+
for="password"
136138
style={{
137139
display: "block",
138140
marginBottom: "-10px",

0 commit comments

Comments
 (0)