From 89f250a43b19d80333dcc7b68eba3abcf5e4ee00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Wed, 11 Mar 2026 14:42:04 -0300 Subject: [PATCH] fix: correct redirect url when exiting impersonation mode - Now correctly routes the Super Admin back to /#/super-admin instead of the standard root dashboard. --- components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index eb56a3e..8e1bc88 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -217,7 +217,7 @@ export const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) =>