Skip to content

Commit 306263a

Browse files
Merge pull request #6854 from topcoder-platform/develop
Release v1.21.9 Hotfix - Fix Landing URL
2 parents f8577ff + ea4a634 commit 306263a

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)