User data returns user role

This commit is contained in:
Dmitrii Cravcenco
2023-12-10 14:43:20 +02:00
parent a373daa58c
commit ca1c1473a4
3 changed files with 24 additions and 3 deletions

View File

@@ -17,5 +17,4 @@ public class UserDTO {
@NotNull(message = "Username must not be null")
@NotEmpty(message = "Username must not be empty")
private String username;
}