mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
fix: application des recommandations linter es pour générer un build de prod
This commit is contained in:
@ -21,7 +21,7 @@ const useCsrfToken = () => {
|
||||
.catch(error => {
|
||||
console.error('Error fetching CSRF token:', error);
|
||||
});
|
||||
}, []);
|
||||
}, [token]);
|
||||
|
||||
return token;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user