fix a way to get stuck in set password/email flow

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-06-18 18:14:48 +01:00
parent a25cdb6ce5
commit 015d433235
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
4 changed files with 9 additions and 22 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) {