create reset password route

This commit is contained in:
xfarrow
2024-03-25 12:55:45 +01:00
parent c3ab83b0e3
commit c06869d3b4
4 changed files with 73 additions and 2 deletions

View File

@ -261,8 +261,7 @@
if (!isAgreeCheckBox.checked) {
isFormValid = false;
} else {
}
} else {}
return isFormValid;
}