File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ module.exports = {
7
7
TERMS_URL :
8
8
"https://www.topcoder-dev.com/challenges/terms/detail/317cd8f9-d66c-4f2a-8774-63c612d99cd4" ,
9
9
PRIVACY_POLICY_URL : "https://www.topcoder-dev.com/policy" ,
10
- SIGN_IN_URL : `https://accounts-auth0.topcoder-dev.com/?retUrl=https%3A%2F%2Fplatform-ui .topcoder-dev.com%2Fself-service%2Fwizard®Source=selfService` ,
11
- SIGN_UP_URL : `https://accounts-auth0.topcoder-dev.com/?retUrl=https%3A%2F%2Fplatform-ui .topcoder-dev.com%2Fself-service%2Fwizard®Source=selfService&mode=signUp` ,
10
+ SIGN_IN_URL : `https://accounts-auth0.topcoder-dev.com/?retUrl=https%3A%2F%2Fwork .topcoder-dev.com%2Fself-service%2Fwizard®Source=selfService` ,
11
+ SIGN_UP_URL : `https://accounts-auth0.topcoder-dev.com/?retUrl=https%3A%2F%2Fwork .topcoder-dev.com%2Fself-service%2Fwizard®Source=selfService&mode=signUp` ,
12
12
/**
13
13
* URL of Topcoder Connect Website
14
14
*/
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ module.exports = {
7
7
TERMS_URL :
8
8
"https://www.topcoder.com/challenges/terms/detail/564a981e-6840-4a5c-894e-d5ad22e9cd6f" ,
9
9
PRIVACY_POLICY_URL : "https://www.topcoder.com/policy" ,
10
- SIGN_IN_URL : `https://accounts-auth0.topcoder.com/?retUrl=https%3A%2F%2Fplatform-ui .topcoder.com%2Fself-service%2Fwizard®Source=selfService` ,
11
- SIGN_UP_URL : `https://accounts-auth0.topcoder.com/?retUrl=https%3A%2F%2Fplatform-ui .topcoder.com%2Fself-service%2Fwizard®Source=selfService&mode=signUp` ,
10
+ SIGN_IN_URL : `https://accounts-auth0.topcoder.com/?retUrl=https%3A%2F%2Fwork .topcoder.com%2Fself-service%2Fwizard®Source=selfService` ,
11
+ SIGN_UP_URL : `https://accounts-auth0.topcoder.com/?retUrl=https%3A%2F%2Fwork .topcoder.com%2Fself-service%2Fwizard®Source=selfService&mode=signUp` ,
12
12
13
13
/**
14
14
* URL of Topcoder Connect Website
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const CoursePageContextProvider: FC<CoursePageContextProviderProps> = pro
46
46
const breadcrumbs : BreadcrumbItemModel [ ] = [
47
47
{
48
48
name : 'Topcoder Academy' ,
49
- url : rootRoute ,
49
+ url : rootRoute || '/' ,
50
50
} ,
51
51
...( ! parentTcaCert ? [ ] : [ parentTcaCert ] ) ,
52
52
...items ,
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export function getTCACertificateUrl(
131
131
export function getTCACertificationValidationUrl (
132
132
completionUuid : string ,
133
133
) : string {
134
- return `${ EnvironmentConfig . TOPCODER_URLS . TCA } ${ LEARN_PATHS . root } /${ completionUuid } `
134
+ return `${ absoluteRootRoute } /${ completionUuid } `
135
135
}
136
136
137
137
export function getTCAUserCertificationUrl (
You can’t perform that action at this time.
0 commit comments