Skip to content
Snippets Groups Projects
Commit 12f222bc authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Updated the consent checkboxes for epgl

parent 427f207f
Branches
Tags
1 merge request!1223feat(water): Setup the connection screens for efluid
import { Checkbox } from '@material-ui/core'
import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n'
import React from 'react'
......@@ -27,9 +28,8 @@ const StepConsent = ({
<li>{t('auth.eglgrandlyon.consentLi2')}</li>
</ul>
<label htmlFor="dataConsentEpgl" className="inline">
<input
<Checkbox
id="dataConsentEpgl"
type="checkbox"
className="inputCheckbox"
checked={formConsent.dataConsent}
onChange={e =>
......@@ -44,9 +44,8 @@ const StepConsent = ({
/>
</label>
<label htmlFor="contractConfirm" className="inline">
<input
<Checkbox
id="contractConfirm"
type="checkbox"
className="inputCheckbox"
checked={formConsent.contractConfirm}
onChange={e =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment