refactoring
This commit is contained in:
@@ -22,7 +22,7 @@ class FinanceWorkflowRemoteDatasource {
|
||||
|
||||
/// 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',
|
||||
|
||||
Reference in New Issue
Block a user