Send initial device display najme on register

Fixes https://github.com/vector-im/riot-web/issues/12140
This commit is contained in:
David Baker 2020-01-30 11:27:54 +00:00
parent 1475f5c73a
commit 2f4b3272da
2 changed files with 11 additions and 10 deletions

View file

@ -1985,6 +1985,7 @@ export default createReactClass({
onLoggedIn={this.onRegisterFlowComplete}
onLoginClick={this.onLoginClick}
onServerConfigChange={this.onServerConfigChange}
defaultDeviceDisplayName={this.props.defaultDeviceDisplayName}
{...this.getServerProperties()}
/>
);