fix: application des recommandations linter es pour générer un build de prod

This commit is contained in:
Luc SORIGNET
2025-02-15 13:02:16 +01:00
parent 9716373fa2
commit d1aa8b54fb
23 changed files with 131 additions and 91 deletions

View File

@ -21,7 +21,7 @@ const useCsrfToken = () => {
.catch(error => {
console.error('Error fetching CSRF token:', error);
});
}, []);
}, [token]);
return token;
};