Skip to content

Commit

Permalink
Merge pull request #6854 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Release v1.21.9 Hotfix - Fix Landing URL
  • Loading branch information
luizrrodrigues authored Mar 17, 2023
2 parents f8577ff + ea4a634 commit 306263a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const MyPrimaryRole = ({

const AUTH_URL = config.URL.AUTH;
const handleSignoutClick = () => {
window.location.href = `${AUTH_URL}?logout=true&retUrl=${encodeURIComponent(config.URL.COMMUNITY_APP)}`;
window.location.href = `${AUTH_URL}?logout=true&retUrl=${encodeURIComponent(config.URL.BASE)}`;
};

return (
Expand Down

0 comments on commit 306263a

Please sign in to comment.