Update: 2026-06-25 18:39:01
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user