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:
parent
4e9f6bd57b
commit
450b930cc5
8 changed files with 95 additions and 76 deletions
|
@ -49,7 +49,7 @@ export default class Account extends Component {
|
|||
}
|
||||
|
||||
submitFormValuesMutator(data) {
|
||||
return filterData(data, ['password']);
|
||||
return filterData(data, ['username', 'password', 'resetToken']);
|
||||
}
|
||||
|
||||
@withAsyncErrorHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue