re formatted code
This commit is contained in:
@@ -6,7 +6,7 @@ export const greeting = () => {
|
||||
|
||||
export const logout = () => {
|
||||
Cookies.remove("name");
|
||||
Cookies.remove("token");
|
||||
Cookies.remove("token");
|
||||
localStorage.removeItem("users");
|
||||
window.location.reload();
|
||||
};
|
Reference in New Issue
Block a user