Initial commit for Tripz Service
This commit is contained in:
@@ -33,8 +33,7 @@ class PassengersCantRegister extends StatelessWidget {
|
||||
child: CupertinoFormRow(
|
||||
prefix: Text('Phone Number'.tr),
|
||||
child: CupertinoTextFormFieldRow(
|
||||
initialValue: EncryptionHelper.instance
|
||||
.decryptData((passenger['phone_number'])),
|
||||
initialValue: ((passenger['phone_number'])),
|
||||
readOnly: true,
|
||||
placeholder: 'Phone Number'.tr,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user