Skip to content

Commit

Permalink
Update mail url
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanelshazly committed Jan 18, 2021
1 parent cd44e0e commit 20384e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/util/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function sendVerifyMail(email, name, token) {

text: `Dear ${name}, Welcome to Moria platform
Please, verfiy your account using the following link
localhost:3000/verify-acount/${token}`,
https://moria-asu.herokuapp.com/verify-acount/${token}`,

html: `<div style="font-family:'Open Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
color:#294661;align-content: center; max-width:600px;margin: auto; padding: 10px;">
Expand All @@ -30,7 +30,7 @@ async function sendVerifyMail(email, name, token) {
</div>
<div style="font-size:18px;text-align: center;">
<a href="http://localhost:3000/verify-account/${token}"> <br>Verify My Account</a>
<a href="https://moria-asu.herokuapp.com/verify-account/${token}"> <br>Verify My Account</a>
</div>
<div style="font-size:12px;text-align: center;">
Expand Down

0 comments on commit 20384e0

Please sign in to comment.