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

@@ -9,6 +9,9 @@ const ResetPasswordPage: React.FC = () => {
const handlePasswordReset = () => {
};
if (!token) {
return <p className="text-red-500 text-center mt-4">Invalid or missing token.</p>;
}
return (
<div className="flex flex-col items-center justify-center h-screen">