Remove redundant state

This commit is contained in:
Luke Barnard 2017-05-15 17:03:54 +01:00
parent f73cf772fb
commit eb0041d21a

View file

@ -138,8 +138,6 @@ module.exports = React.createClass({
register_hs_url: null,
register_is_url: null,
register_id_sid: null,
userHasGeneratedPassword: false,
};
return s;
},
@ -1171,7 +1169,6 @@ module.exports = React.createClass({
onUserSettingsClose={this.onUserSettingsClose}
onRegistered={this.onRegistered}
teamToken={this._teamToken}
userHasGeneratedPassword={this.state.userHasGeneratedPassword}
{...this.props}
{...this.state}
/>