mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Unused ref
This commit is contained in:
parent
f469bbbb64
commit
476f69cbec
1 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ module.exports = React.createClass({displayName: 'Login',
|
|||
},
|
||||
|
||||
componentWillMount: function() {
|
||||
this._passwordLogin = null;
|
||||
this._initLoginLogic();
|
||||
},
|
||||
|
||||
|
@ -197,7 +196,6 @@ module.exports = React.createClass({displayName: 'Login',
|
|||
initialUsername={this.state.username}
|
||||
onUsernameChanged={this.onUsernameChanged}
|
||||
onForgotPasswordClick={this.props.onForgotPasswordClick}
|
||||
ref={(e) => {this._passwordLogin = e;}}
|
||||
loginIncorrect={loginIncorrect}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue