Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
bug(redirect-email-link): redirect email link to frontend
Browse files Browse the repository at this point in the history
- modify href of click here link
[Finishes #162700127]
  • Loading branch information
sulenchy committed Dec 17, 2018
1 parent 79a24f3 commit b96564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/helpers/emailTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const verifyEmailMessage = (token) => {
`<div style="height: 20em, background-color: #E6FFED;
border: 1px solid black; padding: 0.5em;">
<p>
<a href="${process.env.API_BASE_URL}/users/verify?token=${token}">
<a href="${process.env.FRONT_END_BASE_URL}VerifyPage?token=${token}">
<strong>
CLICK HERE!
</strong>
Expand Down

0 comments on commit b96564a

Please sign in to comment.