summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index 12bbf4bb..46e57348 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -87,7 +87,7 @@ const SwitchAccount = ({ company_type }) => {
setSelectedValue('PKP');
}
if (auth?.company) {
- updateForm('email_partner', dataProfile?.email_partner);
+ updateForm('email_partner', dataProfile?.email);
updateForm('business_name', dataProfile?.name);
updateForm('industry_id', `${dataProfile?.industryId}`);
updateForm('company_type_id', `${dataProfile?.companyTypeId}`);