Skip to content

Commit

Permalink
remove logging credentials on console while login
Browse files Browse the repository at this point in the history
  • Loading branch information
mahak-juriani authored and afeefuddin committed Jun 2, 2024
1 parent c9c2767 commit 25c2541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Frontend/src/pages/login/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function Login() {
d[text] = change;
return { ...d };
});
console.log(loginData)
};
const handleLoginWithGoogle = () => {
async function loginGoogle(){
Expand Down

0 comments on commit 25c2541

Please sign in to comment.