referesh on logout implemented
This commit is contained in:
@@ -32,6 +32,7 @@ export default function UserExist() {
|
||||
const logoutUser = () => {
|
||||
localStorage.clear()
|
||||
navigate(siteLinks.login)
|
||||
window.location.reload()
|
||||
};
|
||||
|
||||
// Function to reset the activity time
|
||||
|
||||
Reference in New Issue
Block a user