Merge pull request #1044 from matrix-org/luke/fix-password-recovery-landing

Hotfix: Allow password reset when logged in
pull/21833/head
David Baker 2017-06-06 17:27:09 +01:00 committed by GitHub
commit df6940c5f3
1 changed files with 0 additions and 1 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',
});