Explicitly pass thru userHasGeneratedPassword

pull/21833/head
Luke Barnard 2017-05-12 15:47:37 +01:00
parent 1176573f39
commit 5c8187dc8f
1 changed files with 1 additions and 0 deletions

View File

@ -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}
/>