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

Commit faecaf7

Browse files
author
sachin-maheshwari
authored
Merge pull request #42 from topcoder-platform/feature/Auth0-RS256-Token
changes for new auth flow
2 parents e386c95 + 214d007 commit faecaf7

File tree

1 file changed

+1
-1
lines changed
  • src/main/com/topcoder/web/jsp

1 file changed

+1
-1
lines changed

src/main/com/topcoder/web/jsp/top.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<li class="submenu-item"><a class="menu-link menu-link-profile" href="https://<%=ApplicationServer.SERVER_NAME%>/members/<%=sessionInfo.getHandle()%>/">MY PROFILE</a></li>
131131
<li class="submenu-item"><a class="menu-link menu-link-payments" target="_blank" href="https://community.<%=domainName%>/PactsMemberServlet?module=PaymentHistory&full_list=false">PAYMENTS</a></li>
132132
<li class="submenu-item"><a class="menu-link menu-link-settings" href="https://<%=ApplicationServer.SERVER_NAME%>/settings/profile/" target="_blank">SETTINGS</a></li>
133-
<li class="submenu-item"><a class="menu-link menu-link-logout" href="javascript:doLogOutTC();">LOG OUT</a>
133+
<li class="submenu-item"><a class="menu-link menu-link-logout" href="https://<%=ApplicationServer.SERVER_NAME%>/logout">LOG OUT</a>
134134
</li>
135135
</ul>
136136
</div>

0 commit comments

Comments
 (0)