We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b86250 commit 8aca658Copy full SHA for 8aca658
src/main/java/org/ays/auth/model/response/AdminRegistrationApplicationsResponse.java
@@ -22,7 +22,6 @@ public class AdminRegistrationApplicationsResponse {
22
private String reason;
23
private AdminRegistrationApplicationStatus status;
24
private Institution institution;
25
- private User user;
26
private String createdUser;
27
private LocalDateTime createdAt;
28
@@ -35,16 +34,4 @@ public static class Institution {
35
34
private String id;
36
private String name;
37
}
38
-
39
- /**
40
- * Nested static class representing the user details.
41
- */
42
- @Getter
43
- @Setter
44
- public static class User {
45
- private String id;
46
- private String firstName;
47
- private String lastName;
48
- }
49
50
0 commit comments