Skip to content

Commit

Permalink
sas
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbine-cdw committed Dec 3, 2023
1 parent 85e2d38 commit c803e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ exports.getVerifyEmail = (req, res, next) => {
to: req.user.email,
from: process.env.SITE_CONTACT_EMAIL,
subject: 'Please verify your email address on Public Phone',
text: `Thank you for registering with hackathon-starter.\n\n
text: `Thank you for registering with Public Phone.\n\n
This verify your email address please click on the following link, or paste this into your browser:\n\n
http://${req.headers.host}/account/verify/${token}\n\n
\n\n
Expand Down

0 comments on commit c803e33

Please sign in to comment.