user profile picture link added

This commit was merged in pull request #106.
This commit is contained in:
victorAnumudu
2025-12-02 21:42:41 +01:00
parent 25269a44c3
commit 325d28c1a8
5 changed files with 144 additions and 34 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export default function ProfileForm({data}) {
},
onSuccess: (res) => {
if(res.data.resultCode != '0'){
throw({message: res?.data?.resultDescription ? res?.data?.resultDescription : 'En error occured'})
throw({message: res?.data?.resultDescription ? res?.data?.resultDescription : 'An error occured'})
}
const account_name = res?.data?.personal_data?.account_name
dispatch(updateUserDetails({ account_name }));