xpeditis2.0/apps/frontend/src
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
..
app/rates/csv-search feat: add CSV rates CRUD management to frontend dashboard 2025-11-17 19:11:37 +01:00
components fix notifications 2025-12-22 12:32:32 +01:00
hooks fix 2025-11-13 00:15:45 +01:00
legacy-pages fix v1.0.0 2025-12-23 11:49:57 +01:00
lib fix: implement password change functionality in profile page 2026-01-12 17:56:10 +01:00
pages fix 2025-11-13 00:15:45 +01:00
types fix notifications 2025-12-16 14:15:06 +01:00
utils feature 2025-11-04 07:30:15 +01:00