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
To help debug we built a function to impersonate users (who have not opted out for this feature in their settings).
We need to clear the LastVisitedViews stored in local storage whenever someone is impersonated (it doesn't matter if they are lost).
LastVisitedViews
The text was updated successfully, but these errors were encountered:
Actually it would make sense to clear the localStorage entirely maybe? we should probably share code with signout method instead of duplicating
Sorry, something went wrong.
Admin panel init (#8742)
e96ad9a
WIP Related issues - #7090 #8547 Master issue - #4499 --------- Co-authored-by: Félix Malfait <[email protected]>
ehconitin
No branches or pull requests
To help debug we built a function to impersonate users (who have not opted out for this feature in their settings).
We need to clear the
LastVisitedViews
stored in local storage whenever someone is impersonated (it doesn't matter if they are lost).The text was updated successfully, but these errors were encountered: