From 770c1ce11f300129b2f68a2df66f7f0c5497fab7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Mar 2017 14:35:08 +0000 Subject: [PATCH] Remove redundant prop --- src/components/structures/InteractiveAuth.js | 1 - 1 file changed, 1 deletion(-) 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,