mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 06:02:44 +00:00
fix: remove old feature references in console (#3567)
* feat: permit all features to every instance and organisation * remove old references in console
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span>{{ 'USER.SETTINGS.TITLE' | translate }}</span>
|
||||
</button>
|
||||
<ng-container *ngFor="let setting of settingsList">
|
||||
<ng-container *ngIf="setting.featureRequired; else btn">
|
||||
<ng-container>
|
||||
<button
|
||||
(click)="value = setting.id"
|
||||
class="sidenav-setting-list-element hide-on-mobile"
|
||||
|
||||
Reference in New Issue
Block a user