Merge pull request #1982 from matrix-org/t3chguy/nvl/fix_set_password-email_flow

fix set password & email flow possible to get stuck and onBlur murdering your email
This commit is contained in:
Michael Telatynski 2018-06-21 11:42:53 +01:00 committed by GitHub
commit a0207fb7fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 44 deletions

View file

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