mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Fix unable to reset password in GraphQL mutation (#11964)
Signed-off-by: harimkims <harimkims@gmail.com>
This commit is contained in:
parent
4497124c87
commit
bd0aa9e9f5
@ -26,7 +26,7 @@ module.exports = ({ nexus, strapi }) => {
|
||||
await strapi
|
||||
.plugin('users-permissions')
|
||||
.controller('auth')
|
||||
.forgotPassword(koaContext);
|
||||
.resetPassword(koaContext);
|
||||
|
||||
const output = koaContext.body;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user