diff --git a/server/views/emails/user-request-sign-in.ejs b/server/views/emails/user-request-sign-in.ejs index e5cec71ae74..866a77c96b1 100644 --- a/server/views/emails/user-request-sign-in.ejs +++ b/server/views/emails/user-request-sign-in.ejs @@ -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. diff --git a/server/views/emails/user-request-sign-up.ejs b/server/views/emails/user-request-sign-up.ejs index 514b81ae39a..fadeccf4bc3 100644 --- a/server/views/emails/user-request-sign-up.ejs +++ b/server/views/emails/user-request-sign-up.ejs @@ -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.