mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added serializer for authentication.resetAllPasswords
refs: https://github.com/TryGhost/Toolbox/issues/245 - resetAllPasswords was missing a serializer - added a new passthrough serializer for now - the tests already cover this endpoint
This commit is contained in:
parent
84500be0e2
commit
3a1185f2a1
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ module.exports = {
|
|||
};
|
||||
},
|
||||
|
||||
resetAllPasswords(data, apiConfig, frame) {
|
||||
frame.response = data;
|
||||
},
|
||||
|
||||
acceptInvitation(data, apiConfig, frame) {
|
||||
debug('acceptInvitation');
|
||||
|
||||
|
|
Loading…
Reference in a new issue