feat: create kyc page with api

This commit is contained in:
2026-05-12 18:04:33 +03:00
parent f52365c293
commit ed9d33e386
6 changed files with 39 additions and 18 deletions

View File

@@ -9,5 +9,7 @@ export function useAuth() {
queryFn: refreshAccessToken,
retry: false,
staleTime: Infinity,
gcTime: Infinity,
refetchOnWindowFocus: false,
})
}