diff --git a/src/components/SideBar/index.jsx b/src/components/SideBar/index.jsx index 39a756aa2..8a3c021ab 100644 --- a/src/components/SideBar/index.jsx +++ b/src/components/SideBar/index.jsx @@ -79,6 +79,7 @@ function SideBar() { const signOut = () => { auth.signOut().finally(() => { playSuccessSound(); + sessionStorage.clear(); enqueueSnackbar("Logged out Successfully !", { variant: "info", });