makeRegistrationUrl is required

pull/21833/head
David Baker 2017-03-02 15:04:10 +00:00
parent 51b2001f70
commit 91ef26a7f8
1 changed files with 1 additions and 1 deletions

View File

@ -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,