mirror of https://github.com/vector-im/riot-web
Explicitly pass thru userHasGeneratedPassword
parent
1176573f39
commit
5c8187dc8f
|
@ -1183,6 +1183,7 @@ module.exports = React.createClass({
|
|||
onUserSettingsClose={this.onUserSettingsClose}
|
||||
onRegistered={this.onRegistered}
|
||||
teamToken={this._teamToken}
|
||||
userHasGeneratedPassword={this.state.userHasGeneratedPassword}
|
||||
{...this.props}
|
||||
{...this.state}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue