added source for frontend

This commit is contained in:
heyethereum
2024-08-19 22:52:30 +08:00
parent 04e1ca12c8
commit 22bf62473f
3 changed files with 5 additions and 0 deletions

View File

@@ -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;