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

Refactor token management in localStorage #367

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Refactor token management in localStorage #367

merged 1 commit into from
Feb 11, 2025

Conversation

Gcolon021
Copy link
Contributor

Firefox's security restrictions prevent overriding localStorage methods. This update replaces direct method overrides with wrapper functions to maintain functionality.

No longer override the built-in setItem and removeItem for localstorage. Overriding these methods break firefox.
@Gcolon021 Gcolon021 self-assigned this Feb 5, 2025
@Gcolon021 Gcolon021 added the bug Something isn't working label Feb 5, 2025
@Gcolon021 Gcolon021 merged commit 792f0d6 into release Feb 11, 2025
3 of 4 checks passed
@Gcolon021 Gcolon021 deleted the ALS-7709 branch February 11, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant