updated the link to t and c
This commit is contained in:
@@ -50,12 +50,12 @@ const MyPortal = (props) => {
|
||||
// togglePopup();
|
||||
// };
|
||||
|
||||
// const handleLogout = () => {
|
||||
// console.log("////////////", "\n", "logout", "\n", "//////////");
|
||||
// destroyCookie({}, "pinsUser"),
|
||||
// window.localStorage.clear(),
|
||||
// router.replace(props.ggLogout);
|
||||
// };
|
||||
const handleLogout = () => {
|
||||
console.log("////////////", "\n", "logout", "\n", "//////////");
|
||||
destroyCookie({}, "pinsUser"),
|
||||
window.localStorage.clear(),
|
||||
router.replace(props.ggLogout);
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user