Skip to content

Use legacy personal key implementation for account dashboard reset page#6996

Merged
aduth merged 1 commit intomainfrom
aduth-revert-account-personal-key
Sep 27, 2022
Merged

Use legacy personal key implementation for account dashboard reset page#6996
aduth merged 1 commit intomainfrom
aduth-revert-account-personal-key

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Sep 21, 2022

Why:

Effectively reverts #6453

**Why**:

- Since the React implementation is being discontinued and slated for removal (LG-7386)
- To avoid feature drift
- To ensure consistency of personal key confirmation feature flag (#6821 / LG-7162)

Effectively reverts #6453

[skip changelog]
@aduth aduth requested a review from a team September 21, 2022 15:34
@aduth aduth changed the title Use legacy personal key implementation for account dashboard Use legacy personal key implementation for account dashboard reset page Sep 21, 2022
Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines -9 to -10
export { default as personalKeyStep } from './steps/personal-key';
export { default as personalKeyConfirmStep } from './steps/personal-key-confirm';
Copy link
Contributor

Choose a reason for hiding this comment

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

this just removes the imports, but doesn't remove the steps themselves. are those still being used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They're still being used, but the usage is internal to the verify-flow package. These were exported here so that they could be referenced directly in the verify-personal-key pack being removed here.

@aduth aduth merged commit 592623a into main Sep 27, 2022
@aduth aduth deleted the aduth-revert-account-personal-key branch September 27, 2022 14:21
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