From 86e56141170e3f390e8da6b2d45a748227f61b7b Mon Sep 17 00:00:00 2001 From: Rupato Braganza Date: Mon, 17 Feb 2025 19:05:02 +0800 Subject: [PATCH 1/2] fix: revert silent login From 228a55b84212626d9029b1aa6a75f3a98d31aa18 Mon Sep 17 00:00:00 2001 From: Rupato Braganza Date: Mon, 17 Feb 2025 19:06:53 +0800 Subject: [PATCH 2/2] fix: revert silent login --- src/app/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 1921b322..1a3005e7 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -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;