Add makeRegistrationUrl to proptypes

pull/21833/head
David Baker 2017-03-02 14:40:55 +00:00
parent a5cf3a964b
commit dd762cc835
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ module.exports = React.createClass({
// displayname, if any, to set on the device when logging
// in/registering.
defaultDeviceDisplayName: React.PropTypes.string,
// A function that makes a registration URL
makeRegistrationUrl: React.PropTypes.func.isRequired,
},
childContextTypes: {