last update

This commit is contained in:
Ehsan
2025-06-08 10:13:06 +03:30
parent 7d6a9e6e33
commit f52eb43326
13 changed files with 81 additions and 62 deletions
+1
View File
@@ -4,6 +4,7 @@ const removeToken = () => {
Cookies.remove("access_token", { path: "/" });
Cookies.remove("refresh_token", { path: "/" });
Cookies.remove("uuid", { path: "/" });
Cookies.remove("userInfo", { path: "/" });
};
export { removeToken };