We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the logged out state is cleared from localStorage at startup anyways, it should be saved into session storage.
Another method, as they time out after two minutes, a cookie with deprecation-date two minutes in the future would be working too.
The text was updated successfully, but these errors were encountered:
Do there arise any problems with using localStorage or is this issue of cosmetic nature only?
Sorry, something went wrong.
More of a cosmetic and good practice thing. That's way the enhancement tag and not bug :D
No branches or pull requests
As the logged out state is cleared from localStorage at startup anyways, it should be saved into session storage.
Another method, as they time out after two minutes, a cookie with deprecation-date two minutes in the future would be working too.
The text was updated successfully, but these errors were encountered: