Merge pull request #881 from matrix-org/luke/user-settings-remove-current-password

Remove "Current Password" input if mx_pass exists
This commit is contained in:
Luke Barnard 2017-05-16 12:29:23 +01:00 committed by GitHub
commit c6350379dc
6 changed files with 145 additions and 35 deletions

View file

@ -327,6 +327,7 @@ module.exports = React.createClass({
receive push notifications on other devices until you
log back in to them.`,
});
dis.dispatch({action: 'password_changed'});
},
onUpgradeClicked: function() {