From 9b2a8260fee7318749ef5bd0af25190d8415fde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Mon, 18 May 2026 09:42:14 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20arreglar=20condici=C3=B3n=20de=20ruta=20?= =?UTF-8?q?login=20y=20register?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 9e3a802..4c26305 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -23,11 +23,11 @@ function App() { } /> : } + element={token ? : } /> : } + element={token ? : } /> } /> } />