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

@@ -48,6 +48,7 @@ public class UserService {
.id(userEntity.getId())
.email(userEntity.getEmail())
.name(userEntity.getName())
.source(userEntity.getSource())
.dateJoined(userEntity.getDateCreated())
.dateUpdated(userEntity.getDateUpdated())
.roles(userEntity.getRoles())