mirror of https://github.com/vector-im/riot-web
Remove redundant prop
parent
9c5fb00da4
commit
770c1ce11f
|
@ -78,7 +78,6 @@ export default React.createClass({
|
||||||
this._authLogic = new InteractiveAuth({
|
this._authLogic = new InteractiveAuth({
|
||||||
authData: this.props.authData,
|
authData: this.props.authData,
|
||||||
doRequest: this._requestCallback,
|
doRequest: this._requestCallback,
|
||||||
startAuthStage: this._startAuthStage,
|
|
||||||
inputs: this.props.inputs,
|
inputs: this.props.inputs,
|
||||||
stateUpdated: this._authStateUpdated,
|
stateUpdated: this._authStateUpdated,
|
||||||
matrixClient: this.props.matrixClient,
|
matrixClient: this.props.matrixClient,
|
||||||
|
|
Loading…
Reference in New Issue