We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65874a commit bca9beeCopy full SHA for bca9bee
frontend/src/components/App.tsx
@@ -50,7 +50,7 @@ const queryClient = new QueryClient({
50
});
51
const App: React.FC = () => {
52
const { isDarkMode } = useContext(ThemeModeContext);
53
- const isAuthRoute = useMatch('/auth/*');
+ const isAuthRoute = useMatch('/login');
54
55
return (
56
<QueryClientProvider client={queryClient}>
0 commit comments