diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 11ad3b2..caad2c9 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -332,6 +332,13 @@ function App() {
}
function AppRouter() {
+ if (window.location.pathname === '/login') {
+ return
+ }
+ return
+}
+
+function SessionRouter() {
const session = useQuery({
queryKey: ['session'],
queryFn: api.session,