removed understood check

This commit is contained in:
Abhinav-grd 2021-05-23 21:27:17 +05:30
parent 231628a308
commit 6c52ed3e2b
2 changed files with 3 additions and 13 deletions

View file

@ -169,20 +169,10 @@ export default function SignUp() {
label={constants.TERMS_AND_CONDITIONS()}
/>
</Form.Group>
<Form.Group controlId="formBasicCheckbox-2">
<Form.Check
checked={understood}
onChange={(e) =>
setUnderstood(e.target.checked)
}
type="checkbox"
label={constants.CONFIRM_PASSWORD_NOT_SAVED()}
/>
</Form.Group>
<SubmitButton
buttonText={constants.SUBMIT}
loading={loading}
disabled={!acceptTerms || !understood}
disabled={!acceptTerms}
/>
</Form>
)}

View file

@ -303,9 +303,9 @@ const englishConstants = {
CREATE_ALBUM_FAILED: 'failed to create album , please try again',
TERMS_AND_CONDITIONS: () => (
<p>
i agree to the{' '}
I agree to the{' '}
<a href="https://ente.io/terms" target="_blank">
terms of service
terms
</a>{' '}
and{' '}
<a href="https://ente.io/privacy" target="_blank">