diff --git a/frontend/src/components/App.tsx b/frontend/src/components/App.tsx index 413d397be..d15cb95a0 100644 --- a/frontend/src/components/App.tsx +++ b/frontend/src/components/App.tsx @@ -50,7 +50,7 @@ const queryClient = new QueryClient({ }); const App: React.FC = () => { const { isDarkMode } = useContext(ThemeModeContext); - const isAuthRoute = useMatch('/auth/*'); + const isAuthRoute = useMatch('/login'); return (