File tree 4 files changed +1
-4
lines changed
client/modules/User/components
4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ function LoginForm(props) {
34
34
{ password . touched && password . error && < span className = "form-error" > { password . error } </ span > }
35
35
</ p >
36
36
< Button
37
- aria-label = "login"
38
37
type = "submit"
39
38
disabled = { submitting || pristine }
40
39
> Log In
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function NewPasswordForm(props) {
36
36
< span className = "form-error" > { confirmPassword . error } </ span >
37
37
}
38
38
</ p >
39
- < Button type = "submit" disabled = { submitting || invalid || pristine } label = "sign up" > Set New Password</ Button >
39
+ < Button type = "submit" disabled = { submitting || invalid || pristine } > Set New Password</ Button >
40
40
</ form >
41
41
) ;
42
42
}
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ function ResetPasswordForm(props) {
24
24
< Button
25
25
type = "submit"
26
26
disabled = { submitting || invalid || pristine || props . user . resetPasswordInitiate }
27
- label = "Send email to reset password"
28
27
> Send Password Reset Email
29
28
</ Button >
30
29
</ form >
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ function SignupForm(props) {
63
63
< Button
64
64
type = "submit"
65
65
disabled = { submitting || invalid || pristine }
66
- label = "sign up"
67
66
> Sign Up
68
67
</ Button >
69
68
</ form >
You can’t perform that action at this time.
0 commit comments