ready to map intaleq 26-4-18-1

This commit is contained in:
Hamza-Ayed
2026-04-18 23:15:29 +03:00
parent cbb1620874
commit 30594a09ec
3 changed files with 10 additions and 18 deletions

View File

@@ -160,6 +160,7 @@ class LoginDriverController extends GetxController {
}
getJWT() async {
await EncryptionHelper.initialize();
dev = Platform.isAndroid ? 'android' : 'ios';
Log.print(
'box.read(BoxName.firstTimeLoadKey): ${box.read(BoxName.firstTimeLoadKey)}');
@@ -581,7 +582,7 @@ class LoginDriverController extends GetxController {
}
updateAppTester(AppInformation.appName);
var fingerPrint = DeviceHelper.getDeviceFingerprint().toString();
var fingerPrint = await DeviceHelper.getDeviceFingerprint();
await storage.write(key: BoxName.fingerPrint, value: fingerPrint);
var token = await CRUD().get(