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,
});
});
},