Send initial device display najme on register
Fixes https://github.com/vector-im/riot-web/issues/12140
This commit is contained in:
parent
1475f5c73a
commit
2f4b3272da
2 changed files with 11 additions and 10 deletions
|
@ -1985,6 +1985,7 @@ export default createReactClass({
|
|||
onLoggedIn={this.onRegisterFlowComplete}
|
||||
onLoginClick={this.onLoginClick}
|
||||
onServerConfigChange={this.onServerConfigChange}
|
||||
defaultDeviceDisplayName={this.props.defaultDeviceDisplayName}
|
||||
{...this.getServerProperties()}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue