25-1/31/2

This commit is contained in:
Hamza-Ayed
2025-02-01 18:32:50 +03:00
parent 9b0650b118
commit 630c429fd1
52 changed files with 275 additions and 273 deletions

View File

@@ -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,
});