Skip to content

Commit

Permalink
Fixed issue with faulty formState proptype.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrandin committed Jun 15, 2017
1 parent b046af3 commit 8e45bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ class LoginForm extends Component {
}
}
LoginForm.propTypes = {
formState: PropTypes.string,
formState: PropTypes.symbol,
loginPath: PropTypes.string,
signUpPath: PropTypes.string,
resetPasswordPath: PropTypes.string,
Expand Down

0 comments on commit 8e45bdf

Please sign in to comment.