Skip to content

Commit 65062e8

Browse files
committed
fix: uncomment admin authority container in management sidebar
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent a84fcc0 commit 65062e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/app-management/layout/app-management-sidebar/app-management-sidebar.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</a>
139139
</ng-container>
140140

141-
<!-- <ng-container *appHasAnyAuthority="adminAuth">
141+
<ng-container *appHasAnyAuthority="adminAuth">
142142

143143
<a *appIsEnterpriseModule="'AUTH_WITH_PROVIDERS_MODULE', else community; menuName: 'Identity Providers'; cssIcon: 'icon-shield-check'"
144144
class="list-group-item"
@@ -150,7 +150,7 @@
150150
</span>
151151
</a>
152152

153-
</ng-container>-->
153+
</ng-container>
154154

155155

156156

0 commit comments

Comments
 (0)