fix : saleOrBuyItemCard color

This commit is contained in:
2025-07-13 08:34:59 +03:30
parent f64ac3748b
commit a909210144
4 changed files with 20 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ Future<void> setupChickenDI() async {
() => AppInterceptor(
refreshTokenCallback: () async {},
saveTokenCallback: (String newToken) async {
await tokenService.saveAccessToken(newToken); // ذخیره توکن جدید
await tokenService.saveAccessToken(newToken);
},
clearTokenCallback: () async {
await tokenService.deleteTokens();