diff --git a/src/App.tsx b/src/App.tsx index 561954e0..802a8f3a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,7 +27,7 @@ function AppRoutes({ const accountManager = Hooks.useAccountManager() const handleLogout = () => { - accountManager.setActive(null) + accountManager.clearActive() showToast('Logged out successfully') }