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

ui/auth: Remove lingering local storage parsing #1678

Merged
merged 2 commits into from
Nov 3, 2022

Commits on Nov 3, 2022

  1. ui/auth: Remove lingering local storage parsing

    I was wondering why we need to manually open up localStorage when we have redux-persist
    configured to do that for us now. Removed this and the log in/out still works as
    expected. So I think this was just a lingering from changeover.
    
    Similar to this block that was left over from the fidesops merge:
    https://github.com/ethyca/fides/pull/1569/files#diff-3071c1012e5bece4441d5b7643c083188c22fbfe96caea78da1f09fdeeeb1599L59
    ssangervasi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3f717ea View commit details
    Browse the repository at this point in the history
  2. Update changelog

    ssangervasi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6e58f46 View commit details
    Browse the repository at this point in the history