Remove unused props from registration

This commit is contained in:
J. Ryan Stinnett 2019-02-05 07:11:29 +00:00
parent 5432b09478
commit a73e3dcd4c
2 changed files with 0 additions and 10 deletions

View file

@ -54,17 +54,11 @@ module.exports = React.createClass({
defaultIsUrl: PropTypes.string,
brand: PropTypes.string,
email: PropTypes.string,
referrer: PropTypes.string,
// An error passed along from higher up explaining that something
// went wrong when finding the defaultHsUrl.
defaultServerDiscoveryError: PropTypes.string,
defaultDeviceDisplayName: PropTypes.string,
// registration shouldn't know or care how login is done.
onLoginClick: PropTypes.func.isRequired,
onCancelClick: PropTypes.func,
onServerConfigChange: PropTypes.func.isRequired,
},