Skip to content

Commit ea4a634

Browse files
Merge pull request #6853 from topcoder-platform/feature/un-677
fix: landing url
2 parents 015fc7d + eecc534 commit ea4a634

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Settings/Account/MyPrimaryRole

1 file changed

+1
-1
lines changed

src/shared/components/Settings/Account/MyPrimaryRole/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const MyPrimaryRole = ({
3030

3131
const AUTH_URL = config.URL.AUTH;
3232
const handleSignoutClick = () => {
33-
window.location.href = `${AUTH_URL}?logout=true&retUrl=${encodeURIComponent(config.URL.COMMUNITY_APP)}`;
33+
window.location.href = `${AUTH_URL}?logout=true&retUrl=${encodeURIComponent(config.URL.BASE)}`;
3434
};
3535

3636
return (

0 commit comments

Comments
 (0)