Skip to content

Replace the stubbed useProfileUpdate timeout with a real API call #936

Description

@RUKAYAT-CODER

Overview
src/app/hooks/useProfileUpdate.ts updateProfile does await new Promise(r => setTimeout(r, 1000)) and returns a synthesized success response — the TODO confirms it is a stub, so profile edits appear to save but persist nothing. Replace with a real apiClient call and propagate server-side validation errors to the form.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions