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:
commit
c6350379dc
6 changed files with 145 additions and 35 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue