fix(email): Add a trailing slash to avoid redirects

pull/12989/merge
Mrugesh Mohapatra 2017-04-27 12:11:06 +05:30 committed by Berkeley Martinez
parent 2321f7b326
commit 5adff6a292
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Greetings from San Francisco!
Please follow the link below, and sign in to freeCodeCamp instantly:
<%= host %>/passwordless-auth?email=<%= loginEmail %>&token=<%= loginToken %>
<%= host %>/passwordless-auth/?email=<%= loginEmail %>&token=<%= loginToken %>
This above link is valid for 15 minutes.

View File

@ -3,7 +3,7 @@ Greetings from San Francisco!
Welcome to freeCodeCamp. We've created a new account for you.
Please verify and start using your profile by following the link below:
<%= host %>/passwordless-auth?email=<%= loginEmail %>&token=<%= loginToken %>
<%= host %>/passwordless-auth/?email=<%= loginEmail %>&token=<%= loginToken %>
This above link is valid for 15 minutes.