Merge pull request #1757 from chrisdekker1997/master

Fix email template forgot password
This commit is contained in:
Jim LAURIE 2018-08-21 11:38:51 +02:00 committed by GitHub
commit 82481601f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });
},