Skip to content

PM-1456 Remove security section from account settings #1127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2025
Merged

Conversation

himaniraghav3
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1456

What's in this PR?

Removes Security section and related code

@himaniraghav3 himaniraghav3 requested a review from kkartunov July 8, 2025 14:15
@@ -3,7 +3,6 @@ import { FC } from 'react'
import { UserProfile, UserTraits } from '~/libs/core'

import { AccountRole } from './account-role'
import { SecuritySection } from './security'
import { UserAndPassword } from './user-and-pass'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The import statement for SecuritySection has been removed, which aligns with the PR's goal to remove the security section. Ensure that all usages of SecuritySection within the file are also removed to prevent any potential errors.

Copy link
Collaborator

@kkartunov kkartunov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@himaniraghav3 himaniraghav3 merged commit d104b20 into dev Jul 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants