ADD: Forgot PassWord Form

This commit is contained in:
EvanLin3141
2025-02-09 01:07:30 +00:00
parent a64c7c93dc
commit e3aa6531e1
4 changed files with 97 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ const PasswordResetForm: React.FC<SubmitProps> = ({ onSubmit, token }) => {
const confirmPasswordReset = () => {
alert(`${resetData.newPassword} - ${token}`);
// You can replace this with navigation or API success handling logic
};
const handlePasswordChange = (e: React.ChangeEvent<HTMLInputElement>) => {