Skip to content

Commit

Permalink
fix: revert silent login
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Feb 17, 2025
1 parent 86e5614 commit 228a55b
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 @@ -75,6 +75,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 228a55b

Please sign in to comment.