cashup/frontend/src
jtricerolph f52054e5e2 Fix auth calls to use central auth routes
AuthGate was calling /cashup/api/auth/verify and /cashup/api/auth/login,
which hit the cashup backend (404). Should call /api/auth/* which NPM
routes to the central auth service, matching all other apps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-01 21:13:04 +00:00
..
components Fix auth calls to use central auth routes 2026-07-01 21:13:04 +00:00
pages Fix TypeScript compile errors blocking Docker build 2026-07-01 20:11:01 +00:00
api.ts Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
App.tsx Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
index.css Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
main.tsx Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
types.ts Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
vite-env.d.ts Fix TypeScript compile errors blocking Docker build 2026-07-01 20:11:01 +00:00