Skip to content

Commit f43d9eb

Browse files
author
vikasrohit
authored
Merge pull request #206 from topcoder-platform/feature/update_registration_url
[PATCH][DEV]changes to update reg url to new auth0
2 parents c6c6a20 + 59587c6 commit f43d9eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ workflows:
102102
context : org-global
103103
filters:
104104
branches:
105-
only: [dev, 'feature/broadcast2']
105+
only: [dev, 'feature/update_registration_url']
106106
- "build-prod":
107107
context : org-global
108108
filters:

connect/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ module.exports = {
3636
DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL,
3737

3838
CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com',
39-
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
39+
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts-auth0.topcoder-dev.com",
4040
TC_CDN_URL: process.env.TC_CDN_URL,
4141
};

emails/src/partials/invites.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<tr>
8787
<td class="empty-child-one"></td>
8888
<td class="second-child" align="center">
89-
<a href="{{@root.accountsAppURL}}/member/registration?regSource=tcBusiness">
89+
<a href="{{@root.accountsAppURL}}/?regSource=tcBusiness&retUrl={{@root.connectURL}}">
9090
Register
9191
</a>
9292
</td>

0 commit comments

Comments
 (0)