Skip to content

Commit 9c61f9d

Browse files
committed
update form labels
1 parent f0a5cc1 commit 9c61f9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SignInForm.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const SignInForm: React.FC<Props> = ({ authService }) => {
107107
{({ isValid, isSubmitting }) => (
108108
<Form className={classes.form}>
109109
<label
110-
htmlFor="username"
111110
style={{
112111
display: "block",
113112
marginBottom: "-10px",
@@ -134,7 +133,6 @@ const SignInForm: React.FC<Props> = ({ authService }) => {
134133
)}
135134
</Field>
136135
<label
137-
htmlFor="password"
138136
style={{
139137
display: "block",
140138
marginBottom: "-10px",

0 commit comments

Comments
 (0)