Skip to content

Commit

Permalink
Update login.js issue with login with google
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandippaul authored Jul 9, 2024
1 parent 6c7bf48 commit 0be519f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// }); --}}
var ds={ pass:"",email:"",value:"" };
function submitd(k){
event.preventDefault();
// event.preventDefault();
if(k==0){

var email=document.getElementById("email").value;
Expand Down Expand Up @@ -179,4 +179,4 @@
}
function showpassword(){
document.getElementById("pass").type="text";
}
}

0 comments on commit 0be519f

Please sign in to comment.