added source for frontend
This commit is contained in:
@@ -12,6 +12,7 @@ public class UserResponseDto {
|
||||
private String id;
|
||||
private String name;
|
||||
private String email;
|
||||
private String source;
|
||||
private OffsetDateTime dateJoined;
|
||||
private OffsetDateTime dateUpdated;
|
||||
private List<String> roles;
|
||||
|
||||
Reference in New Issue
Block a user