You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Get errorText from error in stageUpdated
This commit is contained in:
@@ -123,6 +123,7 @@ export default React.createClass({
|
|||||||
this.setState({
|
this.setState({
|
||||||
authStage: stageType,
|
authStage: stageType,
|
||||||
stageState: stageState,
|
stageState: stageState,
|
||||||
|
errorText: stageState.error,
|
||||||
}, () => {
|
}, () => {
|
||||||
if (oldStage != stageType) this._setFocus();
|
if (oldStage != stageType) this._setFocus();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user