diff --git a/ng-app/src/App.svelte b/ng-app/src/App.svelte index 8822ef3..5742ac5 100644 --- a/ng-app/src/App.svelte +++ b/ng-app/src/App.svelte @@ -115,6 +115,7 @@ if ($active_wallet && $active_wallet.id == event.data.walletid) { active_session.set(undefined); active_wallet.set(undefined); + push("#/wallet/login"); } break; } @@ -137,9 +138,9 @@ delete w[value.id]; return w; }); + push("#/wallet/login"); } } else { - push("#/wallet/login"); } }); }