diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index c25d74f566..92f64eb6ab 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -22,7 +22,6 @@ import React from 'react'; import sdk from '../../../index'; import dis from '../../../dispatcher'; -import Signup from '../../../Signup'; import ServerConfig from '../../views/login/ServerConfig'; import MatrixClientPeg from '../../../MatrixClientPeg'; import RegistrationForm from '../../views/login/RegistrationForm'; diff --git a/src/components/views/dialogs/InteractiveAuthDialog.js b/src/components/views/dialogs/InteractiveAuthDialog.js index 068a6cdde2..145b4b6453 100644 --- a/src/components/views/dialogs/InteractiveAuthDialog.js +++ b/src/components/views/dialogs/InteractiveAuthDialog.js @@ -60,7 +60,7 @@ export default React.createClass({ _onAuthFinished: function(success, result) { if (success) { - this.props.onFinished(true); + this.props.onFinished(true, result); } else { this.setState({ authError: result,