You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Remove redundant prop
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user