fix: Add mock user for development to resolve children fetch issue

Added mock test user to auth slice initialState to provide familyId
for children fetching in development environment.

Issue: Tracking pages couldn't fetch children because state.auth.user
was null, resulting in no familyId for API calls.

Solution: Mock user with test familyId in development mode only.

TODO: Implement proper authentication flow in production.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-05 06:35:44 +00:00
parent fb92160322
commit cb22d92796
2 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long