Skip to content
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

fix(LIVE-1257): if user has a password to bypass onboarding check #6865

Merged
merged 1 commit into from
May 15, 2024

Conversation

cksanders
Copy link
Contributor

@cksanders cksanders commented May 15, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

πŸ“ Description

There is a race condition, given a user has a password in LLD, then they won't be able to progress given a dispatch is called before the store is created which overrides the accounts value to an empty array (default value for accounts in the reducer).

❓ Context


🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

@cksanders cksanders requested a review from a team as a code owner May 15, 2024 15:42
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 3:52pm
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 3:52pm
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 3:52pm
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 3:52pm
web-tools ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 3:52pm

@live-github-bot live-github-bot bot added the desktop Has changes in LLD label May 15, 2024
@cksanders cksanders changed the title fix: LIVE-12571 fix(LIVE-1257): if user has a password to bypass onboarding check May 15, 2024
@cksanders cksanders merged commit ac32e49 into hotfix May 15, 2024
35 of 37 checks passed
@cksanders cksanders deleted the bugfix/LIVE-1257 branch May 15, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants