removed email change from the settings
This commit is contained in:
parent
63b88bbe93
commit
8c466c9da4
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ const Settings = () => {
|
|||
<List>
|
||||
{features.security && (
|
||||
<>
|
||||
<ListItem label={intl.formatMessage(messages.changeEmail)} onClick={navigateToChangeEmail} />
|
||||
{
|
||||
//!isLdapEnabled && (
|
||||
<ListItem label={intl.formatMessage(messages.changePassword)} onClick={navigateToChangePassword} />
|
||||
|
|
Loading…
Reference in a new issue