Add prop type for onDifferentServerClicked

pull/21833/head
Luke Barnard 2017-05-10 14:28:48 +01:00
parent ad2ed12980
commit 6257bfcd87
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ export default React.createClass({
displayName: 'SetMxIdDialog',
propTypes: {
onFinished: React.PropTypes.func.isRequired,
// Called when the user requests to register with a different homeserver
onDifferentServerClicked: React.PropTypes.func.isRequired,
},
getInitialState: function() {