Skip to content

Commit bca9bee

Browse files
committed
Fix login page url
1 parent f65874a commit bca9bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const queryClient = new QueryClient({
5050
});
5151
const App: React.FC = () => {
5252
const { isDarkMode } = useContext(ThemeModeContext);
53-
const isAuthRoute = useMatch('/auth/*');
53+
const isAuthRoute = useMatch('/login');
5454

5555
return (
5656
<QueryClientProvider client={queryClient}>

0 commit comments

Comments
 (0)