diff --git a/src/shared/components/Settings/Account/MyPrimaryRole/index.jsx b/src/shared/components/Settings/Account/MyPrimaryRole/index.jsx index 79100e28d..2bad1b286 100644 --- a/src/shared/components/Settings/Account/MyPrimaryRole/index.jsx +++ b/src/shared/components/Settings/Account/MyPrimaryRole/index.jsx @@ -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 (