Skip to content

Commit 90cd33f

Browse files
authored
Merge pull request #15 from KidiIT/Master
made a change on the form.js
2 parents 8aef8f9 + 77fcd01 commit 90cd33f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ resetForm.onsubmit= (e)=> {
3030
formErr.confirmpasswordErr = "must be the same value with your new password";
3131

3232
}else{
33-
console.log({oldpassword,newpassword,confirmpassword});
3433
alert("congratulation you've successfully reset your password,your new password is "+newpassword);
3534

3635
}

0 commit comments

Comments
 (0)