Merge branch 'master' into develop

This commit is contained in:
David Baker 2017-06-06 17:41:05 +01:00
commit 9f15e8e152
3 changed files with 8 additions and 2 deletions

View file

@ -369,7 +369,6 @@ module.exports = React.createClass({
this.notifyNewScreen('register');
break;
case 'start_password_recovery':
if (this.state.loggedIn) return;
this.setStateForNewScreen({
screen: 'forgot_password',
});