File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ workflows:
102
102
context : org-global
103
103
filters :
104
104
branches :
105
- only : [dev, 'feature/broadcast2 ']
105
+ only : [dev, 'feature/update_registration_url ']
106
106
- " build-prod " :
107
107
context : org-global
108
108
filters :
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ module.exports = {
36
36
DEFAULT_REPLY_EMAIL : process . env . DEFAULT_REPLY_EMAIL ,
37
37
38
38
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" ,
40
40
TC_CDN_URL : process . env . TC_CDN_URL ,
41
41
} ;
Original file line number Diff line number Diff line change 86
86
< tr >
87
87
< td class ="empty-child-one "> </ td >
88
88
< 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}} ">
90
90
Register
91
91
</ a >
92
92
</ td >
You can’t perform that action at this time.
0 commit comments