From 64e5e33c4a5e0e2582c467a81a883030c19b83c2 Mon Sep 17 00:00:00 2001 From: T'JAMPENS QUENTIN p2406187 Date: Tue, 17 Mar 2026 08:35:46 +0100 Subject: [PATCH] Fix id in User type --- src/contexts/Auth/AuthContext.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contexts/Auth/AuthContext.ts b/src/contexts/Auth/AuthContext.ts index 3e3142c..b43a236 100644 --- a/src/contexts/Auth/AuthContext.ts +++ b/src/contexts/Auth/AuthContext.ts @@ -9,6 +9,7 @@ export interface Task { } export interface User { + id: number name: string; lastname: string; role: string;