Skip to content

Commit

Permalink
Suisin/chore: change redirection to home instead of cfds (#18062)
Browse files Browse the repository at this point in the history
* chore: change redirection to home instead of cfds

* chore: empty commit

* chore: update /home
  • Loading branch information
suisin-deriv authored Feb 18, 2025
1 parent a6c88e6 commit 31a16b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const RootComponent = observer(props => {
};
const { isHubRedirectionEnabled } = useIsHubRedirectionEnabled();

const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/cfds';
const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/cfds';
const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/home';
const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/home';

useEffect(() => {
if (isHubRedirectionEnabled && has_wallet && !prevent_redirect_to_hub) {
Expand Down

0 comments on commit 31a16b1

Please sign in to comment.