From 62432eceed7224ed2f9982b5cc7dfddf467783e2 Mon Sep 17 00:00:00 2001 From: Marc ETOURNEAU Date: Thu, 14 Nov 2024 11:59:19 +0100 Subject: [PATCH] [REMANIEMENT] Change la nomenclature des composants faisant le lien entre un formulaire et son action vers un endpoint --- .../FormulaireAuthentification.tsx | 1 + .../EcranMotDePasseOublie.tsx | 4 +- .../CapteurFormulaireMotDePasseOublie.tsx | 75 +++++++++++++++++++ .../FormulaireMotDePasseOublie.tsx | 74 ------------------ .../EcranReinitialiserMotDePasse.tsx | 4 +- ...teurFormulaireReinitialiserMotDePasse.tsx} | 4 +- 6 files changed, 82 insertions(+), 80 deletions(-) create mode 100644 mon-aide-cyber-ui/src/domaine/vitrine/mot-de-passe-oublie/formulaire-mot-de-passe-oublie/CapteurFormulaireMotDePasseOublie.tsx rename mon-aide-cyber-ui/src/domaine/vitrine/reinitialiser-mot-de-passe/formulaire-reinitialiser-mot-de-passe/{FormulaireReinitialiserMotDePasseConnecte.tsx => CapteurFormulaireReinitialiserMotDePasse.tsx} (96%) diff --git a/mon-aide-cyber-ui/src/domaine/authentification/FormulaireAuthentification.tsx b/mon-aide-cyber-ui/src/domaine/authentification/FormulaireAuthentification.tsx index 342ed3da4..d1947b9ea 100644 --- a/mon-aide-cyber-ui/src/domaine/authentification/FormulaireAuthentification.tsx +++ b/mon-aide-cyber-ui/src/domaine/authentification/FormulaireAuthentification.tsx @@ -148,6 +148,7 @@ export const ComposantAuthentification = ({ {erreur?.motDePasse?.texteExplicatif}