mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Changed subject for verification code email
This commit is contained in:
parent
5ee2f91557
commit
0c0ac6f0ab
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ module.exports = function createSessionService({
|
||||||
|
|
||||||
await mailer.send({
|
await mailer.send({
|
||||||
to: recipient,
|
to: recipient,
|
||||||
subject: `Verification code: ${token}`,
|
subject: `${token} is your ghost signin verification code`,
|
||||||
html: email
|
html: email
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue