25-1/31/2
This commit is contained in:
@@ -118,7 +118,9 @@ class LoginDriverController extends GetxController {
|
||||
isloading = true;
|
||||
update();
|
||||
var res = await CRUD().get(link: AppLink.loginFromGoogleCaptin, payload: {
|
||||
'email': email,
|
||||
'email': email.toString().contains('@')
|
||||
? encryptionHelper.encryptData(email)
|
||||
: email,
|
||||
'id': driverID,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user