Skip to content

Commit eecc534

Browse files
committed
fix: landing url
Signed-off-by: Rakib Ansary <[email protected]>
1 parent f472485 commit eecc534

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)