feat: add keycloak account creation and club groupe set
This commit is contained in:
@@ -19,6 +19,7 @@ import java.util.Date;
|
||||
@RegisterForReflection
|
||||
public class SimpleMembre {
|
||||
private long id;
|
||||
private String userId;
|
||||
private String lname = "";
|
||||
private String fname = "";
|
||||
private Categorie categorie;
|
||||
@@ -38,6 +39,7 @@ public class SimpleMembre {
|
||||
|
||||
return new SimpleMembreBuilder()
|
||||
.id(model.getId())
|
||||
.userId(model.getUserId())
|
||||
.lname(model.getLname())
|
||||
.fname(model.getFname())
|
||||
.categorie(model.getCategorie())
|
||||
|
||||
Reference in New Issue
Block a user