mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 04:03:50 +00:00
Merge pull request #12773 from e23thr/master
fix emailConfirmation graphql mutation
This commit is contained in:
commit
94d986ee4c
@ -19,7 +19,7 @@ module.exports = ({ nexus, strapi }) => {
|
||||
async resolve(parent, args, context) {
|
||||
const { koaContext } = context;
|
||||
|
||||
koaContext.request.body = toPlainObject(args);
|
||||
koaContext.query = toPlainObject(args);
|
||||
|
||||
await strapi
|
||||
.plugin('users-permissions')
|
||||
|
Loading…
x
Reference in New Issue
Block a user