Merge pull request #216 from Kitzanos/new-pagination

GEPAFINBE-148 (Implement pagination)
This commit is contained in:
Rinaldo
2025-02-24 12:10:19 +01:00
committed by GitHub
34 changed files with 902 additions and 48 deletions

View File

@@ -14,5 +14,4 @@ public class SummaryPageResponseBean {
private LocalDateTime registrationDate;
private Long numberOfLoginAttempts;
private Long applicationsProcessed;
private List<UserActionResponseBean> userActions;
}