Skip to content

Commit aeaded4

Browse files
authored
Merge pull request #1130 from topcoder-platform/dev
[PROD RELEASE] - MFA & Bug Fixes
2 parents 090a9fa + 40adb59 commit aeaded4

File tree

102 files changed

+29
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+29
-546
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ workflows:
222222
- LVT-256
223223
- CORE-635
224224
- feat/system-admin
225+
- pm-1464
225226

226227
- deployQa:
227228
context: org-global

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)