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(() => SearchLogic());
|
||||
Get.lazyPut(() => PoultryScienceRootLogic());
|
||||
Get.lazyPut(() => StewardRootLogic());
|
||||
Get.lazyPut(() => PoultryScienceHomeLogic());
|
||||
Get.lazyPut(() => ProfileLogic());
|
||||
Get.lazyPut(() => PoultryActionLogic());
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user