veza/apps/web/src/features/auth/pages
senke 8d74de447d scalability: replace direct auth API calls with authApi service
- Replaced imports in VerifyEmailPage.tsx (verifyEmail, resendVerificationEmail → authApi.verifyEmail, authApi.resendVerification)
- Replaced imports in useUsernameAvailability.ts (checkUsernameAvailability → authApi.checkUsername with response.available extraction)
- Replaced imports in usePasswordReset.ts (requestPasswordReset, resetPassword → authApi.requestPasswordReset, authApi.resetPassword)
- Replaced imports in RegisterPage.tsx (resendVerificationEmail → authApi.resendVerification)
- All function calls updated to use authApi methods with proper request object wrapping
- Test files still use direct imports (acceptable - tests can use implementation details)
- AuthContext.tsx uses services/authService (legacy service, separate from features/auth/services/authService)
- No TypeScript errors related to authApi
- Action 6.1.1.8 complete
2026-01-15 20:40:46 +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 scalability: replace direct auth API calls with authApi service 2026-01-15 20:40:46 +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 scalability: replace direct auth API calls with authApi service 2026-01-15 20:40:46 +01:00