Work in progress on refactoring all mail sending to use the message sender an sender workers.

Some fixes related to subscriptions and password reset.
This commit is contained in:
Tomas Bures 2019-06-30 10:47:09 +02:00
parent 4e9f6bd57b
commit 450b930cc5
8 changed files with 95 additions and 76 deletions

View file

@ -49,7 +49,7 @@ export default class Account extends Component {
}
submitFormValuesMutator(data) {
return filterData(data, ['password']);
return filterData(data, ['username', 'password', 'resetToken']);
}
@withAsyncErrorHandler