Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 68cdbc2

Browse files
committed
This should do it.
1 parent c71c872 commit 68cdbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
}
9494
9595
var serverName = '<%=ApplicationServer.SERVER_NAME%>';
96-
var auth0Server = '<%=Constants.DOMAIN_AUTH0%>';
97-
var logoutURL = "https://" + auth0Server + "?logout=true&retUrl=https://" + serverName
96+
var logoutURL = "https://" + serverName + "/logout";
97+
9898
var prodUrl = 'topcoder.com';
9999
var scriptURL = '//uni-nav.topcoder-dev.com/v1/tc-universal-nav.js';
100100

0 commit comments

Comments
 (0)