refactoring

This commit is contained in:
dahoud
2026-03-31 09:14:47 +00:00
parent 9bfffeeebe
commit 5383df6dcb
200 changed files with 11192 additions and 7063 deletions

View File

@@ -23,7 +23,7 @@ class MessagingRemoteDatasource {
/// Headers HTTP avec authentification
Future<Map<String, String>> _getHeaders() async {
final token = await secureStorage.read(key: 'access_token');
final token = await secureStorage.read(key: 'kc_access');
return {
'Content-Type': 'application/json',
'Accept': 'application/json',