mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Merge pull request #1757 from chrisdekker1997/master
Fix email template forgot password
This commit is contained in:
commit
82481601f2
@ -186,7 +186,7 @@ module.exports = {
|
|||||||
type: 'plugin',
|
type: 'plugin',
|
||||||
name: 'users-permissions',
|
name: 'users-permissions',
|
||||||
key: 'email'
|
key: 'email'
|
||||||
}).set({value: ctx.request.body});
|
}).set({value: ctx.request.body['email-templates']});
|
||||||
|
|
||||||
ctx.send({ ok: true });
|
ctx.send({ ok: true });
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user