Update: 2026-07-21 20:40:48

This commit is contained in:
Hamza-Ayed
2026-07-21 20:40:48 +03:00
parent 23f697b1c6
commit bb3536aa90
5 changed files with 41 additions and 22 deletions
@@ -76,10 +76,11 @@ class ImageController extends GetxController {
length,
filename: basename(file.path),
);
final String fingerPrint = box.read(BoxName.deviceFpEncrypted)?.toString() ?? '';
final String fingerPrint =
box.read(BoxName.deviceFpEncrypted)?.toString() ?? '';
request.headers.addAll({
'Authorization':
'Bearer ${X.r(X.r(X.r(box.read(BoxName.jwt), cn), cC), cs).toString().split(AppInformation.addd)[0]}',
'Bearer ${(box.read(BoxName.jwt)).toString().split(AppInformation.addd)[0]}',
'X-Device-FP': fingerPrint,
});
// Set the file name to the driverID