xpeditis2.0/apps/frontend/app/dashboard
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
..
admin fix v1.0.0 2025-12-23 11:49:57 +01:00
booking/new fix v0.2 2025-11-12 18:00:33 +01:00
bookings fix v1.0.0 2025-12-23 11:49:57 +01:00
notifications fix notifications 2025-12-22 12:32:32 +01:00
profile fix: implement password change functionality in profile page 2026-01-12 17:56:10 +01:00
search fix v1.0.0 2025-12-23 11:49:57 +01:00
search-advanced fix v1.0.0 2025-12-23 11:49:57 +01:00
settings fix v1.0.0 2025-12-23 11:49:57 +01:00
layout.tsx fix bookings 2025-12-18 15:33:55 +01:00
page.tsx fix v1.0.0 2025-12-23 11:49:57 +01:00