Get errorText from error in stageUpdated
This commit is contained in:
@@ -123,6 +123,7 @@ export default React.createClass({
|
||||
this.setState({
|
||||
authStage: stageType,
|
||||
stageState: stageState,
|
||||
errorText: stageState.error,
|
||||
}, () => {
|
||||
if (oldStage != stageType) this._setFocus();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user