xpeditis2.0/apps/frontend/app
David 905a56888a fix: implement password change functionality in profile page
Fix password change feature that was previously non-functional:
- Add changePassword function in frontend API (src/lib/api/users.ts)
- Update API endpoint to match backend: PATCH /api/v1/users/me/password
- Connect profile page to real API instead of mock implementation
- Export changePassword function from API index

The backend endpoint was already implemented but frontend was using
a placeholder Promise.resolve(). Now properly calls the backend API.

Refs: apps/frontend/app/dashboard/profile/page.tsx:87-105

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-12 17:56:10 +01:00
..
booking fix v1.0.0 2025-12-23 11:49:57 +01:00
carrier fix: use environment variable for API URL in carrier accept/reject pages 2025-12-23 13:04:29 +01:00
dashboard fix: implement password change functionality in profile page 2026-01-12 17:56:10 +01:00
demo-carte fix carte 2025-12-03 22:24:48 +01:00
forgot-password fix 2025-11-13 00:15:45 +01:00
login contexte user reparer 2025-11-30 17:50:05 +01:00
register send invitations 2025-11-30 13:39:32 +01:00
reset-password fix 2025-11-13 00:15:45 +01:00
test-image fix v1.0.0 2025-12-23 11:49:57 +01:00
verify-email fix 2025-11-13 00:15:45 +01:00
globals.css fix landing page , login , register 2025-10-31 12:38:05 +01:00
icon.svg fix icon 2025-12-23 19:14:13 +01:00
layout.tsx fix icon 2025-12-23 19:14:13 +01:00
page.tsx feature 2025-11-04 07:30:15 +01:00