25-6-13/1
This commit is contained in:
@@ -232,10 +232,7 @@ class LoginDriverController extends GetxController {
|
||||
Log.print('(BoxName.emailDriver): ${box.read(BoxName.emailDriver)}');
|
||||
|
||||
var res = await CRUD().get(link: AppLink.loginFromGoogleCaptin, payload: {
|
||||
'email': email.toString().contains('@')
|
||||
// ? (box.read(BoxName.emailDriver))
|
||||
? (email)
|
||||
: email,
|
||||
'email': email,
|
||||
'id': driverID,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user