8-18/1
This commit is contained in:
@@ -63,6 +63,7 @@ class LoginController extends GetxController {
|
||||
if (jsonDecoeded['data'][0]['verified'] == 1) {
|
||||
box.write(BoxName.pasengerID, jsonDecoeded['data'][0]['id']);
|
||||
box.write(BoxName.email, jsonDecoeded['data'][0]['email']);
|
||||
box.write(BoxName.name, jsonDecoeded['data'][0]['first_name']);
|
||||
box.write(BoxName.phone, jsonDecoeded['data'][0]['phone']);
|
||||
saveData(BoxName.passwoerd, passwordController.text);
|
||||
Get.offAll(() => MapPage());
|
||||
|
||||
Reference in New Issue
Block a user