Skip to content

Commit

Permalink
Merge pull request #18 from MihirSaiDudekula/passw-fix
Browse files Browse the repository at this point in the history
Removed Password and other details from console
  • Loading branch information
dhairyagothi authored Oct 1, 2024
2 parents 41c7615 + f102b14 commit 9d69c7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions frontend/src/Pages/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const Login = () => {

const handleLogin = (e) => {
e.preventDefault();
console.log('Username:', username);
console.log('Password:', password);
};

return (
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/Pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const Register = () => {

const handleRegister = (e) => {
e.preventDefault();
console.log('Name:', name);
console.log('Phone Number:', phoneNumber);
console.log('Email:', email);
console.log('Password:', password);
};

return (
Expand Down

0 comments on commit 9d69c7a

Please sign in to comment.