mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Fix for issue https://github.com/strapi/strapi/issues/1589
This commit is contained in:
parent
90041a5fba
commit
96d1eeb70b
@ -186,7 +186,7 @@ module.exports = {
|
||||
type: 'plugin',
|
||||
name: 'users-permissions',
|
||||
key: 'email'
|
||||
}).set({value: ctx.request.body});
|
||||
}).set({value: ctx.request.body['email-templates']});
|
||||
|
||||
ctx.send({ ok: true });
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user