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-22 08:54:15 +00:00
parent 7aaeb00951
commit de791f87ce

View File

@ -141,7 +141,7 @@ export class HubUsersManagement implements OnInit, OnDestroy {
.subscribe({
next: (user) => {
this.currentUserRole = this.extractUserRole(user);
this.canCreateUsers === this.roleService.isHubUser();
this.canCreateUsers = this.roleService.isHubUser();
console.log(`HUB User ROLE: ${this.currentUserRole}`);