Skip to content

Commit 2684e04

Browse files
author
sachin-maheshwari
authored
Merge pull request #303 from topcoder-platform/dev
correct retUrl logic for prod tenant
2 parents 51e355f + dc601e5 commit 2684e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/auth0/prod-tenant/universal-login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
{
296296
type: "hidden",
297297
name: "returnUrl",
298-
value: "https://platform.topcoder.com/onboard?retUrl=" + retUrl
298+
value: retUrl
299299
},
300300
{
301301
type: "hidden",

0 commit comments

Comments
 (0)