Go to forgot phase on error
This commit is contained in:
parent
9f9f0d4168
commit
2b7ecd3de7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue