feat: add keycloak account creation and club groupe set

This commit is contained in:
2024-01-28 23:47:30 +01:00
parent d84ec9e1b4
commit 978c055834
22 changed files with 422 additions and 24 deletions

View File

@@ -25,6 +25,8 @@ public class MembreModel {
@GeneratedValue(strategy = GenerationType.IDENTITY)
Long id;
String userId;
String lname;
String fname;