makeRegistrationUrl is required
This commit is contained in:
parent
51b2001f70
commit
91ef26a7f8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
|||
onLoggedIn: React.PropTypes.func.isRequired,
|
||||
clientSecret: React.PropTypes.string,
|
||||
sessionId: React.PropTypes.string,
|
||||
makeRegistrationUrl: React.PropTypes.func,
|
||||
makeRegistrationUrl: React.PropTypes.func.isRequired,
|
||||
idSid: React.PropTypes.string,
|
||||
customHsUrl: React.PropTypes.string,
|
||||
customIsUrl: React.PropTypes.string,
|
||||
|
|
Loading…
Reference in a new issue