login form created

This commit is contained in:
2026-03-18 19:14:08 -05:00
parent e025d0f5cc
commit 6b8d7b53d0
20 changed files with 800 additions and 73 deletions

View File

@@ -13,7 +13,7 @@ const queryClient = new QueryClient({
queries: {
staleTime: 1000 * 60 * 5,
retry: 0,
refetchOnWindowFocus: false,
refetchOnWindowFocus: true,
},
},
});