This commit is contained in:
2025-04-11 12:14:40 +02:00
parent df4ab60ee0
commit 5937c0cc5b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ export interface GenericUser {
lastName: string;
email: string;
phone: string | null;
keycloakUserId: string | null;
keycloakUserId?: string | null;
}