Skip to content

Commit

Permalink
Merge pull request #66 from JM-creater/UpdateBEFE(04/20/24)
Browse files Browse the repository at this point in the history
remove rules in register.tsx
  • Loading branch information
JM-creater authored Apr 21, 2024
2 parents 01dc87a + 5e9bb4a commit 533ecc6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ const Register: React.FC = () => {
<div className="terms-agreement-container">
<Form.Item<StepThreeType>
name='hasAgreedToTerms'
// rules={[{ required: true, message: 'Please check the terms and agreements.' }]}
>
<Checkbox value='1'>
I have read and agree to the <a href="/terms-and-conditions" style={{ color: '#1890ff' }}>
Expand Down

0 comments on commit 533ecc6

Please sign in to comment.