feat(userAccount): enhance user profile handling with avatar upload and additional user data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user