diff options
author | Blaster4385 <[email protected]> | 2022-08-16 16:35:00 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-16 16:35:00 +0530 |
commit | fb949f226509aaa3bbf566d4eeaaf04bbdada5ce (patch) | |
tree | b54352023d452ee022e9aa8a6ee8cd8e35bda30d /client/src/pages/Enrollment/FormTwo | |
parent | 1c9a3d21cc3479d299181d98fb895614e0aaf649 (diff) |
Mega random super bullshit
Diffstat (limited to 'client/src/pages/Enrollment/FormTwo')
-rw-r--r-- | client/src/pages/Enrollment/FormTwo/FormTwo.jsx | 4 |
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> |