summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/FormTwo
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages/Enrollment/FormTwo')
-rw-r--r--client/src/pages/Enrollment/FormTwo/FormTwo.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/pages/Enrollment/FormTwo/FormTwo.jsx b/client/src/pages/Enrollment/FormTwo/FormTwo.jsx
index 6bc6223..205b3d9 100644
--- a/client/src/pages/Enrollment/FormTwo/FormTwo.jsx
+++ b/client/src/pages/Enrollment/FormTwo/FormTwo.jsx
@@ -21,9 +21,6 @@ const FormTwo = ({ formData, setFormData }) => {
})
}}
placeholder={t('ENTER_YOUR_MOBILE_NUMBER')}
- pattern="[0-9]+"
- maxLength="10"
- minLength="10"
/>
<Input
id="email"
@@ -37,7 +34,6 @@ const FormTwo = ({ formData, setFormData }) => {
})
}}
placeholder={t('ENTER_YOUR_EMAIL_ID')}
- pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"
/>
<SubmitButton />
</div>