This commit is contained in:
hamid zarghami
2025-03-01 18:11:07 +03:30
parent 9acf0e7085
commit 1ab4f29d65
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -163,6 +163,7 @@ const Profile: FC = () => {
/>
<Email
email={getProfile.data?.data?.user?.email}
isVerified={getProfile.data?.data?.user?.emailVerified}
/>
<Phone
phone={getProfile.data?.data?.user?.phone}