'medreport.update_account' should also update email
This commit is contained in:
@@ -68,6 +68,7 @@ class AuthApi {
|
||||
p_name: data.firstName,
|
||||
p_last_name: data.lastName,
|
||||
p_personal_code: data.personalCode,
|
||||
p_email: data.email || '',
|
||||
p_phone: data.phone || '',
|
||||
p_city: data.city || '',
|
||||
p_has_consent_personal_data: data.userConsent,
|
||||
|
||||
Reference in New Issue
Block a user