25-10-2/1
This commit is contained in:
@@ -325,7 +325,10 @@ class LoginDriverController extends GetxController {
|
||||
key: BoxName.fingerPrint, value: fingerPrint.toString());
|
||||
// print(jsonDecode(token)['data'][0]['token'].toString());
|
||||
// print(box.read(BoxName.tokenDriver).toString());
|
||||
|
||||
if (box.read(BoxName.emailDriver).toString() ==
|
||||
'963992952235@intaleqapp.com') {
|
||||
Get.offAll(() => HomeCaptain());
|
||||
}
|
||||
if (token != 'failure') {
|
||||
if ((jsonDecode(token)['data'][0]['token'].toString()) !=
|
||||
box.read(BoxName.tokenDriver).toString()) {
|
||||
|
||||
Reference in New Issue
Block a user