feat: role page

fix: import
This commit is contained in:
2025-09-02 15:59:49 +03:30
parent 1739b231d1
commit 3945e04ae1
12 changed files with 162 additions and 11 deletions

View File

@@ -131,7 +131,7 @@ class AuthLogic extends GetxController with GetTickerProviderStateMixin {
);
}
Get.offAndToNamed(ChickenRoutes.initSteward);
Get.offAndToNamed(ChickenRoutes.role);
},
onError: (error, stackTrace) {
if (error is DioException) {