guardian routes
This commit is contained in:
@ -92,7 +92,7 @@ export const ProfileHeader = () => {
|
||||
}, []);
|
||||
|
||||
const handler = (e) => {
|
||||
e.preventDefault()
|
||||
e.preventDefault();
|
||||
localStorage.clear();
|
||||
dispatch(auth(false));
|
||||
navigate("/auth");
|
||||
|
Reference in New Issue
Block a user