Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 205fd1f

Browse files
author
Luke Barnard
committed
Allow password reset when logged in
1 parent 0d5ad06 commit 205fd1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/structures/MatrixChat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ module.exports = React.createClass({
369369
this.notifyNewScreen('register');
370370
break;
371371
case 'start_password_recovery':
372-
if (this.state.loggedIn) return;
373372
this.setStateForNewScreen({
374373
screen: 'forgot_password',
375374
});

0 commit comments

Comments
 (0)