diff options
author | Blaster4385 <[email protected]> | 2022-08-16 16:35:00 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-17 16:38:54 +0530 |
commit | a6489c671275fc9bf21ec6bdd7db4cb47da86f2c (patch) | |
tree | db1e71104554c70a28ddd6dcb432716022599167 /client/src/pages/Enrollment/FormTwo | |
parent | 3e7f5cbd876b29c92fc1cda58aa54a9c591ef026 (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> |