diff --git a/src/components/structures/InteractiveAuth.js b/src/components/structures/InteractiveAuth.js index bc461ebe37..7337ec730c 100644 --- a/src/components/structures/InteractiveAuth.js +++ b/src/components/structures/InteractiveAuth.js @@ -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,