Skip to content

Commit d104b20

Browse files
Merge pull request #1127 from topcoder-platform/PM-1456
PM-1456 Remove security section from account settings
2 parents 46b7c59 + 316229f commit d104b20

File tree

8 files changed

+1
-524
lines changed

8 files changed

+1
-524
lines changed

src/apps/accounts/src/settings/tabs/account/AccountTab.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { FC } from 'react'
33
import { UserProfile, UserTraits } from '~/libs/core'
44

55
import { AccountRole } from './account-role'
6-
import { SecuritySection } from './security'
76
import { UserAndPassword } from './user-and-pass'
87
import { MemberAddress } from './address'
98
import styles from './AccountTab.module.scss'
@@ -15,15 +14,13 @@ interface AccountTabProps {
1514

1615
const AccountTab: FC<AccountTabProps> = (props: AccountTabProps) => (
1716
<div className={styles.container}>
18-
<h3>ACCOUNT INFORMATION & SECURITY</h3>
17+
<h3>ACCOUNT INFORMATION</h3>
1918

2019
<AccountRole profile={props.profile} />
2120

2221
<UserAndPassword profile={props.profile} memberTraits={props.memberTraits} />
2322

2423
<MemberAddress profile={props.profile} />
25-
26-
<SecuritySection profile={props.profile} />
2724
</div>
2825
)
2926

src/apps/accounts/src/settings/tabs/account/security/Security.module.scss

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/apps/accounts/src/settings/tabs/account/security/Security.tsx

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/apps/accounts/src/settings/tabs/account/security/dice-setup-modal/ConnectionHandler/index.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/apps/accounts/src/settings/tabs/account/security/dice-setup-modal/DiceSetupModal.module.scss

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)