1

create group with UI

This commit is contained in:
tomvahl
2020-03-10 14:27:45 +01:00
parent 87c3874a28
commit 3c410b2de4
4 changed files with 20 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import lombok.Getter;
@Getter
@AllArgsConstructor
public class Account {
private final String name;
private final String name; //user_id
private final String email;
private final String image;
private final String givenname;