mirror of https://github.com/vector-im/riot-web
Add makeRegistrationUrl to proptypes
parent
a5cf3a964b
commit
dd762cc835
|
@ -65,6 +65,9 @@ module.exports = React.createClass({
|
||||||
// displayname, if any, to set on the device when logging
|
// displayname, if any, to set on the device when logging
|
||||||
// in/registering.
|
// in/registering.
|
||||||
defaultDeviceDisplayName: React.PropTypes.string,
|
defaultDeviceDisplayName: React.PropTypes.string,
|
||||||
|
|
||||||
|
// A function that makes a registration URL
|
||||||
|
makeRegistrationUrl: React.PropTypes.func.isRequired,
|
||||||
},
|
},
|
||||||
|
|
||||||
childContextTypes: {
|
childContextTypes: {
|
||||||
|
|
Loading…
Reference in New Issue