The backend stores the first name in the profile's label field, but the account form binds the نام input to information.name, so a saved name never displayed on reload. Map label→name when loading the profile (and drop the raw label) so the field populates; saving still sends name, which the backend hydrates back into label. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>