mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Get errorText from error in stageUpdated
This commit is contained in:
parent
c9ef879afa
commit
ef5d2bca91
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ export default React.createClass({
|
|||
this.setState({
|
||||
authStage: stageType,
|
||||
stageState: stageState,
|
||||
errorText: stageState.error,
|
||||
}, () => {
|
||||
if (oldStage != stageType) this._setFocus();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue