fix : exit logic -> chicken
chore : profile page -> poultry science
This commit is contained in:
@@ -158,6 +158,7 @@ sealed class ChickenPages {
|
|||||||
Get.lazyPut(() => BaseLogic());
|
Get.lazyPut(() => BaseLogic());
|
||||||
Get.lazyPut(() => SearchLogic());
|
Get.lazyPut(() => SearchLogic());
|
||||||
Get.lazyPut(() => PoultryScienceRootLogic());
|
Get.lazyPut(() => PoultryScienceRootLogic());
|
||||||
|
Get.lazyPut(() => StewardRootLogic());
|
||||||
Get.lazyPut(() => PoultryScienceHomeLogic());
|
Get.lazyPut(() => PoultryScienceHomeLogic());
|
||||||
Get.lazyPut(() => ProfileLogic());
|
Get.lazyPut(() => ProfileLogic());
|
||||||
Get.lazyPut(() => PoultryActionLogic());
|
Get.lazyPut(() => PoultryActionLogic());
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ class TokenStorageService extends GetxService {
|
|||||||
UserLocalModel? user = getUserLocal(module);
|
UserLocalModel? user = getUserLocal(module);
|
||||||
user?.token = null;
|
user?.token = null;
|
||||||
user?.refreshToken = null;
|
user?.refreshToken = null;
|
||||||
user?.backend = null;
|
|
||||||
await user?.save();
|
await user?.save();
|
||||||
accessToken.value = null;
|
accessToken.value = null;
|
||||||
refreshToken.value = null;
|
refreshToken.value = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user