fix : exit logic -> chicken
chore : profile page -> poultry science
This commit is contained in:
@@ -98,7 +98,7 @@ Future<void> newSetupAuthDI(String newUrl) async {
|
||||
// await tokenService.saveAccessToken(newToken);
|
||||
},
|
||||
clearTokenCallback: () async {
|
||||
await tokenService.deleteAllTokens();
|
||||
await tokenService.deleteModuleTokens(Module.chicken);
|
||||
Get.offAllNamed(ChickenRoutes.auth, arguments: Module.chicken);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user