fix : exit logic -> chicken

chore : profile page -> poultry science
This commit is contained in:
2025-09-13 13:52:25 +03:30
parent d05ee5b43f
commit ddcb85e8dd
14 changed files with 40 additions and 787 deletions

View File

@@ -25,7 +25,7 @@ Future<void> setupInspectionDI() async {
// await tokenService.saveAccessToken(newToken);
},
clearTokenCallback: () async {
await tokenService.deleteAllTokens();
await tokenService.deleteModuleTokens(Module.inspection);
Get.offAllNamed(InspectionRoutes.auth, arguments: Module.inspection);
},
authArguments: Module.inspection,