removed email change from the settings

This commit is contained in:
muppeth 2023-12-03 23:46:03 +01:00
parent 63b88bbe93
commit 8c466c9da4
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -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} />