Skip to content

Commit

Permalink
Version: 1.1.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnmht30 committed Jun 3, 2020
2 parents 339aac4 + 65b9011 commit c5fb793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utility/emailTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ module.exports.getMailTemplate = (data, type, content) => {
subject: "[CREDS] DSCKIET Portal Credentials | DSC KIET",
html: getFullHTML(
`
<br/>
You have been registered as a ${data.role} on DSC KIET
Portal. Here are your login
credentials:<br /><b>${data.email}</b><br /><b>${data.password}</b>`,
credentials:<br /><b>${data.email}</b><br /><b>${data.password}</b><br/>`,
data.name
)
},
Expand Down

0 comments on commit c5fb793

Please sign in to comment.