veza/apps/web/src/features/auth/pages
senke 7df3a03e46 api-contracts: replace ApiError interface with Zod-inferred type
- Replace manual ApiError interface with Zod-inferred type from apiSchemas
- Update all imports (15+ files) to use ApiError from @/schemas/apiSchemas
- Remove ApiError interface from types/api.ts
- Update ApiResponse to import ApiError from schemas
- All TypeScript checks pass for ApiError-related code
2026-01-15 17:03:35 +01:00
..
ForgotPasswordPage.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ForgotPasswordPage.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
LoginPage.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
LoginPage.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
OAuthCallbackPage.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
OAuthCallbackPage.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
RegisterPage.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
RegisterPage.tsx chore: resolve property mismatches and type conflicts for snake_case alignment 2026-01-07 11:15:48 +01:00
ResetPasswordPage.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ResetPasswordPage.tsx [FIX] PROD-010: Corriger ENUM PostgreSQL dans modèle User - Tests E2E passent 2026-01-04 01:44:19 +01:00
SessionsPage.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
SessionsPage.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
VerifyEmailPage.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
VerifyEmailPage.tsx api-contracts: replace ApiError interface with Zod-inferred type 2026-01-15 17:03:35 +01:00