diff --git a/public/index.html b/public/index.html index 94f73bc..fc766a2 100644 --- a/public/index.html +++ b/public/index.html @@ -3,10 +3,11 @@ - - + + + diff --git a/src/actions/auth/googleLogin.action.ts b/src/actions/auth/googleLogin.action.ts index 5d47d9e..56da454 100644 --- a/src/actions/auth/googleLogin.action.ts +++ b/src/actions/auth/googleLogin.action.ts @@ -16,8 +16,6 @@ const googleLoginAction = const body = JSON.stringify({ code }); - console.log("googleLoginAction body", body); - try { const res = await Axios.post(Api.googleLoginEndpoint, body, config); diff --git a/src/components/navbar/Navbar.tsx b/src/components/navbar/Navbar.tsx index 331cf50..1beab71 100644 --- a/src/components/navbar/Navbar.tsx +++ b/src/components/navbar/Navbar.tsx @@ -102,7 +102,7 @@ const Navbar: React.FC = ({ currentUser, notification }) => { Profile -
console.log("Show More")}> +
void 0}> More