Skip to content
Snippets Groups Projects
Unverified Commit 2fe5330a authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Clear browser caches when logging out (#22001)

parent b8b5f464
Branches
Tags
No related merge requests found
......@@ -78,6 +78,7 @@ export const logout = createThunkAction(LOGOUT, () => {
trackLogout();
dispatch(push("/auth/login"));
window.location.reload(); // clears redux state and browser caches
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment