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.
2 parents 8aef8f9 + 77fcd01 commit 90cd33fCopy full SHA for 90cd33f
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