Skip to content

Commit

Permalink
Change rgpd additionnal terms of use without homologation for Api Inf…
Browse files Browse the repository at this point in the history
…inoe sandbox only
  • Loading branch information
Isalafont committed May 29, 2024
1 parent d1fa76f commit d6ca1bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/DgfipPages/ApiInfinoeSandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ApiInfinoeSandbox = () => (
<ÉquipeSection />
<CguSection
cguLink="/docs/cgu_infinoe_bac_a_sable_v_2023_10.pdf"
additionalTermsOfUse={additionalTermsOfUse}
additionalTermsOfUse={additionalTermsOfUseWithoutHomologation}
/>
</Form>
);
Expand Down
13 changes: 13 additions & 0 deletions frontend/src/pages/DgfipPages/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ export const additionalTermsOfUse = [
},
];

export const additionalTermsOfUseWithoutHomologation = [
{
id: 'rgpd_general_agreement',
label: (
<>
J’atteste que mon organisation devra déclarer à la DGFiP
l’accomplissement des formalités en matière de protection des données à
caractère personnel.
</>
),
},
];

export const DonneesDescription = () => (
<>
<p>
Expand Down

0 comments on commit d6ca1bf

Please sign in to comment.