We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7129082 commit 77fcd01Copy full SHA for 77fcd01
form.js
@@ -30,7 +30,6 @@ resetForm.onsubmit= (e)=> {
30
formErr.confirmpasswordErr = "must be the same value with your new password";
31
32
}else{
33
- console.log({oldpassword,newpassword,confirmpassword});
34
alert("congratulation you've successfully reset your password,your new password is "+newpassword);
35
36
}
0 commit comments