1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Go to forgot phase on error

This commit is contained in:
J. Ryan Stinnett
2019-02-06 18:32:28 +00:00
parent 9f9f0d4168
commit 2b7ecd3de7

View File

@ -81,7 +81,7 @@ module.exports = React.createClass({
}, (err) => {
this.showErrorDialog(_t('Failed to send email') + ": " + err.message);
this.setState({
phase: null,
phase: PHASE_FORGOT,
});
});
},