This commit is contained in:
Manus Sandbox
2025-11-19 08:36:23 -05:00
parent 1313a45879
commit 5085159cf7
75 changed files with 127 additions and 15617 deletions

View File

@@ -36,8 +36,6 @@ export function useAuth(options?: UseAuthOptions) {
}
throw error;
} finally {
// Supprimer le token de localStorage
localStorage.removeItem('auth_token');
utils.auth.me.setData(undefined, null);
await utils.auth.me.invalidate();
}