1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove old import & pass through result

in InteractiveAuthDialog
This commit is contained in:
David Baker
2017-03-03 14:31:52 +00:00
parent 1bdf213d67
commit 62d9439530
2 changed files with 1 additions and 2 deletions

View File

@@ -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,