File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ workflows:
128128 - build-dev
129129 filters :
130130 branches :
131- only : ['dev']
131+ only : ['dev', 'feature/replace_login_registration_urls' ]
132132
133133 - deployTest01 :
134134 context : org-global
Original file line number Diff line number Diff line change @@ -706,8 +706,8 @@ export const DOMAIN = process.env.domain || 'topcoder.com'
706706export const CONNECT_DOMAIN = `connect.${ DOMAIN } `
707707export const CONNECT_MAIN_PAGE_URL = `http://connect.${ DOMAIN } `
708708export const ACCOUNTS_APP_CONNECTOR_URL = process . env . ACCOUNTS_APP_CONNECTOR_URL
709- export const ACCOUNTS_APP_LOGIN_URL = process . env . ACCOUNTS_APP_LOGIN_URL || `https://accounts.${ DOMAIN } /#!/connect `
710- export const ACCOUNTS_APP_REGISTER_URL = process . env . ACCOUNTS_APP_REGISTER_URL || `https://accounts.${ DOMAIN } /#!/connect /registration`
709+ export const ACCOUNTS_APP_LOGIN_URL = process . env . ACCOUNTS_APP_LOGIN_URL || `https://accounts.${ DOMAIN } /#!/member `
710+ export const ACCOUNTS_APP_REGISTER_URL = process . env . ACCOUNTS_APP_REGISTER_URL || `https://accounts.${ DOMAIN } /#!/member /registration?regSource=tcBusiness `
711711
712712export const TC_API_URL = `https://api.${ DOMAIN } `
713713export const DIRECT_PROJECT_URL = `https://www.${ DOMAIN } /direct/projectOverview?formData.projectId=`
@@ -719,7 +719,7 @@ export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || `${TC_API_
719719
720720export const TC_CDN_URL = process . env . TC_CDN_URL || `https://community-app.${ DOMAIN } /api/cdn/public`
721721
722- export const RESET_PASSWORD_URL = `https://accounts.${ DOMAIN } /connect /reset-password`
722+ export const RESET_PASSWORD_URL = `https://accounts.${ DOMAIN } /member /reset-password`
723723export const VERIFY_EMAIL_URL = `http://www.${ DOMAIN } /settings/account/changeEmail`
724724
725725export const PROJECT_NAME_MAX_LENGTH = 255
You can’t perform that action at this time.
0 commit comments