Update: 2026-06-25 18:39:01

This commit is contained in:
Hamza-Ayed
2026-06-25 18:39:01 +03:00
parent a4d9d8e74c
commit 9b61bd50c8
11 changed files with 108 additions and 29 deletions

View File

@@ -140,6 +140,9 @@ class LoginController extends GetxController {
await storage.write(key: 'password', value: pass);
await box.write(BoxName.employeename, userData['first_name']);
await box.write(BoxName.password, pass);
if (userData['country'] != null) {
await box.write(BoxName.countryCode, userData['country']);
}
Get.offAll(() => Main());
} else {