Remove old import & pass through result
in InteractiveAuthDialog
This commit is contained in:
parent
1bdf213d67
commit
62d9439530
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue