From 16f25ff5d55581ae0d83cbeac370393a081e2763 Mon Sep 17 00:00:00 2001 From: Lewis Date: Fri, 13 Mar 2026 11:21:08 +0000 Subject: [PATCH] appview/pages: stay on same page upon account switch Signed-off-by: Lewis --- appview/state/accounts.go | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/state/accounts.go b/appview/state/accounts.go --- a/appview/state/accounts.go +++ b/appview/state/accounts.go @@ -28,7 +28,7 @@ } l.Info("switched account", "did", did) - s.pages.HxRedirect(w, "/") + s.pages.HxRefresh(w) } func (s *State) RemoveAccount(w http.ResponseWriter, r *http.Request) { -- tangled.sh