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: silent login #254

Merged

Conversation

rupato-deriv
Copy link
Contributor

This pull request includes changes to the src/app/App.tsx file to improve the handling of client accounts stored in cookies and local storage. The most important changes include adding validation for the format of cookie_accounts, updating the storage logic for accounts_list, and ensuring consistent storage updates.

Improvements to client accounts handling:

  • src/app/App.tsx: Added validation to check if cookie_accounts is an array and log an error if the format is invalid.
  • src/app/App.tsx: Updated the storage logic to combine accounts_list and cookie_accounts, ensuring that accounts_list is consistently updated in local storage.

@rupato-deriv rupato-deriv merged commit d289df4 into deriv-com:master Feb 17, 2025
1 of 2 checks passed
Copy link

Name Result
Build status Failed ❌
Action URL Visit Action

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.

1 participant