Skip to content

Commit

Permalink
Merge pull request #264 from rupato-deriv/Revert/Changes-silent-login
Browse files Browse the repository at this point in the history
fix: revert silent login
  • Loading branch information
rupato-deriv authored Feb 17, 2025
2 parents e56daa1 + 228a55b commit b6317a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function App() {
const url_params = new URLSearchParams(window.location.search);
const account_currency = url_params.get('account');

// revert commit
if (!account_currency) {
try {
if (!client_accounts) return;
Expand Down

0 comments on commit b6317a5

Please sign in to comment.