feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature

This commit is contained in:
diallolatoile 2025-12-16 23:00:16 +00:00
parent 4788a9d814
commit d88311deaa

View File

@ -211,7 +211,7 @@
</div>
<!-- Pagination -->
@if (totalPages > 1) {
@if (totalPages >= 1) {
<div class="d-flex justify-content-between align-items-center mt-3">
<div class="text-muted">
Affichage de {{ (currentPage - 1) * itemsPerPage + 1 }} à