Skip to content

Commit 77fcd01

Browse files
authored
made a change on the form.js
1 parent 7129082 commit 77fcd01

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)