mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-15 09:21:02 +02:00
Explicitly pass thru userHasGeneratedPassword
This commit is contained in:
parent
1176573f39
commit
5c8187dc8f
@ -1183,6 +1183,7 @@ module.exports = React.createClass({
|
|||||||
onUserSettingsClose={this.onUserSettingsClose}
|
onUserSettingsClose={this.onUserSettingsClose}
|
||||||
onRegistered={this.onRegistered}
|
onRegistered={this.onRegistered}
|
||||||
teamToken={this._teamToken}
|
teamToken={this._teamToken}
|
||||||
|
userHasGeneratedPassword={this.state.userHasGeneratedPassword}
|
||||||
{...this.props}
|
{...this.props}
|
||||||
{...this.state}
|
{...this.state}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user