0
Fork 0
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:
Princi Vershwal 2024-10-10 16:26:00 +01:00 committed by Kevin Ansfield
parent 5ee2f91557
commit 0c0ac6f0ab

View file

@ -250,7 +250,7 @@ module.exports = function createSessionService({
await mailer.send({
to: recipient,
subject: `Verification code: ${token}`,
subject: `${token} is your ghost signin verification code`,
html: email
});
}