From 041311fe32ff1897109162647bdc8822aa0c8b6b Mon Sep 17 00:00:00 2001 From: "Thomas.G" Date: Tue, 19 Nov 2024 16:47:44 +0100 Subject: [PATCH] chore: add missing properties in User information interface (#65) --- types/authentication.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/authentication.d.ts b/types/authentication.d.ts index d5da122..7cd79c7 100644 --- a/types/authentication.d.ts +++ b/types/authentication.d.ts @@ -37,7 +37,11 @@ export interface Information { nom: string; prenom: string; isadmin: boolean; + "2fa": boolean; user_id: number; + profil: string; + id_profil: number; + id_type_profil: number; mail: { mail: string; id_coord_pers_physique: string;