mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 03:42:27 +03:00
Pass getSubject option to MagicLink module
no-issue
This commit is contained in:
parent
2de53f8571
commit
e04898cb3d
@ -21,7 +21,8 @@ module.exports = function MembersApi({
|
||||
mail: {
|
||||
transporter,
|
||||
getText,
|
||||
getHTML
|
||||
getHTML,
|
||||
getSubject
|
||||
},
|
||||
setMetadata,
|
||||
getMetadata,
|
||||
@ -68,7 +69,8 @@ module.exports = function MembersApi({
|
||||
privateKey,
|
||||
getSigninURL,
|
||||
getText,
|
||||
getHTML
|
||||
getHTML,
|
||||
getSubject
|
||||
});
|
||||
|
||||
async function sendEmailWithMagicLink(email, requestedType, options = {forceEmailType: false}){
|
||||
|
Loading…
Reference in New Issue
Block a user