1

fix rename errors

Co-authored-by: Christoph <tobi@urpost.de>
This commit is contained in:
Christoph
2020-03-19 00:20:14 +01:00
parent fdd9d44aac
commit 2192751a01
7 changed files with 18 additions and 14 deletions

View File

@ -7,9 +7,9 @@ import java.util.Set;
@Value
public class Account {
String name; //user_id
String email;
String image;
String name; //user_id
String givenname;
String familyname;
Set<String> roles;