1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

Merge branch 'master' into develop

This commit is contained in:
David Baker
2017-06-06 17:41:05 +01:00
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',
});