feat(userAccount): enhance user profile handling with avatar upload and additional user data

This commit is contained in:
hamed
2026-06-19 10:19:52 +03:30
parent f6a3082ac8
commit ea2c0c29ec
7 changed files with 94 additions and 20 deletions
@@ -25,7 +25,7 @@ function Form({ insurance, errors, changeData, information }) {
name="work_phone"
isTransparent={true}
changeData={changeData}
data={parsedUserInfo?.username}
data={parsedUserInfo?.mobile_number ?? parsedUserInfo?.username}
/>
</Content>
<Content