Skip to content

Commit

Permalink
feat(settings): remove generalusersettingtab and use accountusersetti…
Browse files Browse the repository at this point in the history
…ng tabs, hide personal info
  • Loading branch information
marc.sirisak committed Sep 17, 2024
1 parent 80eba78 commit 84f37f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ const AccountUserSettingsTab: React.FC<IProps> = ({ closeSettingsFn }) => {
canSetDisplayName={canSetDisplayName}
canSetAvatar={canSetAvatar}
/>
<UserPersonalInfoSettings canMake3pidChanges={canMake3pidChanges} />
{/* :TCHAP: hide-discovery-email-phone-settings-updated */}
{/* <UserPersonalInfoSettings canMake3pidChanges={canMake3pidChanges} /> */}
{/* end :TCHAP: */}
<AccountSection
canChangePassword={canChangePassword}
onPasswordChanged={onPasswordChanged}
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion patches/subtree-modifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"hide-discovery-email-phone-settings-updated": {
"issue": "https://github.com/tchapgouv/tchap-web-v4/issues/1080",
"files": [
"src/components/views/settings/tabs/user/GeneralUserSettingsTab.tsx"
"src/components/views/settings/tabs/user/AccountUserSettingsTab.tsx"
]
}
}

0 comments on commit 84f37f3

Please sign in to comment.