fix : update profile
This commit is contained in:
@@ -105,7 +105,7 @@ class ProfileLogic extends GetxController {
|
||||
lastName: lastNameController.text,
|
||||
nationalCode: nationalCodeController.text,
|
||||
nationalId: nationalIdController.text,
|
||||
birthday: birthDate.value?.toGregorian().toString(),
|
||||
birthday: birthDate.value?.toDateTime().formattedDashedGregorian.toString(),
|
||||
image: _base64Image.value,
|
||||
personType: 'self',
|
||||
type: 'self_profile',
|
||||
|
||||
Reference in New Issue
Block a user