Remove unused props from login

This commit is contained in:
J. Ryan Stinnett 2019-02-05 16:11:32 +00:00
parent 02a20fa668
commit 6549ae1ce5
2 changed files with 0 additions and 7 deletions

View file

@ -76,7 +76,6 @@ module.exports = React.createClass({
// login shouldn't care how password recovery is done.
onForgotPasswordClick: PropTypes.func,
onCancelClick: PropTypes.func,
onServerConfigChange: PropTypes.func.isRequired,
},