diff --git a/src/App.tsx b/src/App.tsx index 02609bc..a628978 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,7 +17,7 @@ import { ProtectedRoute } from "./features/auth/components/ProtectedRoute/Protec import { Suspense } from "react"; function App() { - const user = true; + const user = false; return (