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

Hotfix: Allow password reset when logged in
This commit is contained in:
David Baker
2017-06-06 17:27:09 +01:00
committed by GitHub

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