Skip to content

Commit dc601e5

Browse files
author
Sachin Maheshwari
committed
correct retUrl logic for prod tenant
1 parent ef12302 commit dc601e5

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)