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

Commit 744d86a

Browse files
authored
Redirecting to new user settings page
1 parent 861b4ea commit 744d86a

File tree

1 file changed

+5
-0
lines changed
  • src/main/com/topcoder/web/tc/view/my_home

1 file changed

+5
-0
lines changed

src/main/com/topcoder/web/tc/view/my_home/index.jsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4242
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4343

44+
<%
45+
String redirectURL = "https://www.topcoder.com/settings/profile";
46+
response.sendRedirect(redirectURL);
47+
%>
48+
4449
<html>
4550

4651
<head>

0 commit comments

Comments
 (0)