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

This commit is contained in:
diallolatoile 2025-11-10 20:50:47 +00:00
parent d914b7a159
commit 658559deac

View File

@ -48,22 +48,8 @@
</div> </div>
<div class="d-flex align-items-center gap-2"> <div class="d-flex align-items-center gap-2">
<div class="app-search d-none d-xl-flex me-xl-2">
<input
type="search"
class="form-control topbar-search"
name="search"
placeholder="Search for something..."
/>
<ng-icon name="lucideSearch" class="app-search-icon text-muted" />
</div>
<app-theme-dropdown /> <app-theme-dropdown />
<app-language-dropdown class="d-none d-md-flex" />
<app-notification-dropdown />
<app-customizer-toggler class="d-none d-sm-flex" /> <app-customizer-toggler class="d-none d-sm-flex" />
<app-theme-toggler class="d-none d-sm-flex" /> <app-theme-toggler class="d-none d-sm-flex" />