0
Fork 0
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:
Hannah Wolfe 2022-03-17 16:01:21 +00:00
parent 84500be0e2
commit 3a1185f2a1

View file

@ -47,6 +47,10 @@ module.exports = {
};
},
resetAllPasswords(data, apiConfig, frame) {
frame.response = data;
},
acceptInvitation(data, apiConfig, frame) {
debug('acceptInvitation');