You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Unused ref
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user