fix : exit logic -> chicken

chore : profile page -> poultry science
This commit is contained in:
2025-09-13 14:51:57 +03:30
parent ddcb85e8dd
commit 29059cb7b1
2 changed files with 1 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ sealed class ChickenPages {
Get.lazyPut(() => BaseLogic());
Get.lazyPut(() => SearchLogic());
Get.lazyPut(() => PoultryScienceRootLogic());
Get.lazyPut(() => StewardRootLogic());
Get.lazyPut(() => PoultryScienceHomeLogic());
Get.lazyPut(() => ProfileLogic());
Get.lazyPut(() => PoultryActionLogic());

View File

@@ -70,7 +70,6 @@ class TokenStorageService extends GetxService {
UserLocalModel? user = getUserLocal(module);
user?.token = null;
user?.refreshToken = null;
user?.backend = null;
await user?.save();
accessToken.value = null;
refreshToken.value = null;