s/.done(/.then(/ since modern es6 track unhandled promise exceptions
This commit is contained in:
@@ -174,7 +174,7 @@ module.exports = createReactClass({
|
||||
newPassword: "",
|
||||
newPasswordConfirm: "",
|
||||
});
|
||||
}).done();
|
||||
}).then();
|
||||
},
|
||||
|
||||
_optionallySetEmail: function() {
|
||||
|
||||
Reference in New Issue
Block a user