25-1/28/1
This commit is contained in:
@@ -190,11 +190,9 @@ class LoginDriverController extends GetxController {
|
||||
}
|
||||
updateAppTester(AppInformation.appName);
|
||||
|
||||
var token = await CRUD().get(link: AppLink.getDriverToken, payload: {
|
||||
'captain_id': encryptionHelper
|
||||
.encryptData(box.read(BoxName.driverID))
|
||||
.toString()
|
||||
});
|
||||
var token = await CRUD().get(
|
||||
link: AppLink.getDriverToken,
|
||||
payload: {'captain_id': (box.read(BoxName.driverID)).toString()});
|
||||
|
||||
if (token != 'failure') {
|
||||
if (encryptionHelper
|
||||
|
||||
Reference in New Issue
Block a user