RED-5962 - Show 'Preferences'- and 'Prompts and Dialogs'-Page only for RED_USER and RED_MANAGER
This commit is contained in:
parent
e2186eac0f
commit
202ad545da
@ -32,12 +32,12 @@ export class AccountSideNavComponent {
|
||||
{
|
||||
screen: 'preferences',
|
||||
label: _('preferences-screen.label'),
|
||||
show: true,
|
||||
show: this.currentUser.isUser,
|
||||
},
|
||||
{
|
||||
screen: 'warnings-preferences',
|
||||
label: _('preferences-screen.warnings-label'),
|
||||
show: true,
|
||||
show: this.currentUser.isUser,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user