1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add create your account header

This commit is contained in:
J. Ryan Stinnett
2019-01-29 12:23:01 -06:00
parent 3f4001f1fe
commit 1f78b59a0e
3 changed files with 21 additions and 1 deletions

View File

@@ -443,6 +443,8 @@ module.exports = React.createClass({
onError={this.onFormValidationFailed}
onRegisterClick={this.onFormSubmit}
flows={this.state.flows}
hsUrl={this.state.hsUrl}
hsName={this.props.defaultServerName}
/>;
}
},