fix(email): Add a trailing slash to avoid redirects
This commit is contained in:
committed by
Berkeley Martinez
parent
2321f7b326
commit
5adff6a292
@ -2,7 +2,7 @@ Greetings from San Francisco!
|
|||||||
|
|
||||||
Please follow the link below, and sign in to freeCodeCamp instantly:
|
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.
|
This above link is valid for 15 minutes.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Greetings from San Francisco!
|
|||||||
Welcome to freeCodeCamp. We've created a new account for you.
|
Welcome to freeCodeCamp. We've created a new account for you.
|
||||||
Please verify and start using your profile by following the link below:
|
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.
|
This above link is valid for 15 minutes.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user