mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +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',
|
||||
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