diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2da2aa9b38ccba113bc1e6f64842a11622e67822..05e6af9250fc4b9fd60692e0446e043566a187b8 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -85,6 +85,7 @@
     "Enedis",
     "ENEDIS",
     "enedissgegrandlyon",
+    "energical",
     "Epgl",
     "esnext",
     "firstname",
@@ -141,6 +142,7 @@
     "sendmail",
     "SHARAPOWATT",
     "shortcodes",
+    "Smartmeter",
     "splashscreen",
     "swipeable",
     "Swipeable",
diff --git a/src/components/Konnector/KonnectorModalFooter.tsx b/src/components/Konnector/KonnectorModalFooter.tsx
index 2023ed972c3f722676cdf813c66c8fdfe081bb36..69faad6e0046c4d7569b9f25e3399b6e0202c369 100644
--- a/src/components/Konnector/KonnectorModalFooter.tsx
+++ b/src/components/Konnector/KonnectorModalFooter.tsx
@@ -68,16 +68,6 @@ const KonnectorModalFooter = ({
         <div>{t('konnector_modal.button_try_again')}</div>
       </Button>
     )
-  } else if (error === KonnectorError.CHALLENGE_ASKED) {
-    return (
-      <Button
-        aria-label={t('konnector_modal.accessibility.button_close')}
-        onClick={() => handleCloseClick(state === SUCCESS_EVENT)}
-        className="btnPrimary"
-      >
-        <div>{t('konnector_modal.button_come_back_later')}</div>
-      </Button>
-    )
   } else if (error === KonnectorError.TERMS_VERSION_MISMATCH) {
     return (
       <div className="buttons">
diff --git a/src/components/Konnector/KonnectorViewerCard.tsx b/src/components/Konnector/KonnectorViewerCard.tsx
index 91096b619b35cdc7b282dcaa19b014b05f7f02f1..d288af83bd590c13fc4c25578415dff053c2f088 100644
--- a/src/components/Konnector/KonnectorViewerCard.tsx
+++ b/src/components/Konnector/KonnectorViewerCard.tsx
@@ -183,11 +183,13 @@ const KonnectorViewerCard = ({
       const isEnedisCodeInseeError =
         !isUpdating && fluidType === FluidType.ELECTRICITY
 
+      const isGRDFError =
+        konnectorErrorDescription === KonnectorError.USER_ACTION_NEEDED_CGU_FORM
+
       const shouldDeleteAccount =
         account &&
         !isSuccess &&
-        account &&
-        (isGlobalLoginFailed || isEnedisCodeInseeError)
+        (isGlobalLoginFailed || isEnedisCodeInseeError || isGRDFError)
 
       if (shouldDeleteAccount) {
         logApp('info', `shouldDeleteAccount`)
diff --git a/src/enums/konnectorStatus.enum.ts b/src/enums/konnectorStatus.enum.ts
index ca1975dae2695c73ce407198441602ff49f2b1f5..b74b680060417cd9c40e3a864474208d506e0e23 100644
--- a/src/enums/konnectorStatus.enum.ts
+++ b/src/enums/konnectorStatus.enum.ts
@@ -7,6 +7,7 @@ export enum KonnectorError {
   CRITICAL = 'exit status 1',
   MISSING_SECRET = "Cannot read property 'secret' of null",
   USER_ACTION_NEEDED_ACCOUNT_REMOVED = 'USER_ACTION_NEEDED.ACCOUNT_REMOVED',
+  USER_ACTION_NEEDED_CGU_FORM = 'USER_ACTION_NEEDED.CGU_FORM',
 }
 
 export enum KonnectorUpdate {
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 81db76e0d51ef5699c268eb65c7358ac91aefebc..e81e81f36882b7299ca46eadb398b401a5318df4 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -856,7 +856,6 @@
     "button_check_info": "Vérifier les infos",
     "button_go": "J'y vais",
     "button_later": "Plus tard",
-    "button_come_back_later": "Revenir plus tard",
     "show_common_error": "Voir les erreurs récurrentes",
     "show_common_error_list": "<span>Le problème peut provenir des cas suivants :</span><ul><li>Vous avez un co-titulaire sur votre contrat. Veillez à bien entrer le nom du <span class=\"gold\">titulaire du contrat</span> et non le co-titulaire.</li><li>  Votre nom comporte un tiret\u00a0? Tentez sans le tiret.</li><li>Entrez bien le nom de votre commune de résidence en entier (tirets et accents inclus)</li><li>Avez-vous bien entré le <span class=\"gold\">numéro de votre compteur</span> (PDL)\u00a0? Tout autre numéro (de contrat, de client) ne fonctionne pas.</li></ul><p>Si vous rencontrez toujours des difficultés, contactez notre service d'aide </p><div class=\"center\">Avez-vous pensez à vérifier ces informations\u00a0?</div>",
     "accessibility": {