Skip to content

Commit

Permalink
Merge pull request #305 from rupato-deriv/Rupato/Fix-oidc-iisue
Browse files Browse the repository at this point in the history
fix: oidc issues
  • Loading branch information
rupato-deriv authored Mar 6, 2025
2 parents 976da1a + bf6bf9c commit a32c0cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ const Layout = () => {
session_storage_currency = `account=${enabled_account_currency}`;
}

window.history.pushState({}, '', `${window.location.pathname}?${session_storage_currency}`);

sessionStorage.removeItem('query_param_currency');
setClientHasCurrency(true);
console.log('All accounts present');
Expand Down

0 comments on commit a32c0cd

Please sign in to comment.