diff --git a/src/pages/resetpassword.tsx b/src/pages/resetpassword.tsx index eee0ea6..17f04db 100644 --- a/src/pages/resetpassword.tsx +++ b/src/pages/resetpassword.tsx @@ -8,7 +8,6 @@ import Alert from '@mui/material/Alert'; import useMediaQuery from '@mui/material/useMediaQuery'; import Button from '@/components/Button'; import api from '@/services/axiosConfig'; -// TODO: [mhw26wqf] Create reset password page export default function ForgotPassword() { const [email, setEmail] = useState('');