1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +03:00

Remove redundant prop

This commit is contained in:
David Baker
2017-03-02 14:35:08 +00:00
parent 9c5fb00da4
commit 770c1ce11f

View File

@ -78,7 +78,6 @@ export default React.createClass({
this._authLogic = new InteractiveAuth({
authData: this.props.authData,
doRequest: this._requestCallback,
startAuthStage: this._startAuthStage,
inputs: this.props.inputs,
stateUpdated: this._authStateUpdated,
matrixClient: this.props.matrixClient,