[#3] first basic modal for event display

This commit is contained in:
Camille Moussu
2025-07-25 14:57:23 +02:00
parent 1370ef9d28
commit 5f59831be0
6 changed files with 249 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
export interface userData {
email: string;
family_name: string;
given_name: string;
name: string;
sid: string;
sub: string;
openpaasId?: string;