Initial push to my private server
This commit is contained in:
@@ -29,7 +29,7 @@ class CaptainProfileController extends GetxController {
|
||||
await CRUD().post(link: AppLink.updateDriverEmail, payload: payload);
|
||||
|
||||
if ((res)['status'] == 'success') {
|
||||
box.write(BoxName.email, emailController.text);
|
||||
box.write(BoxName.emailDriver, emailController.text);
|
||||
update();
|
||||
Get.back();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user