From aa6d5c940d14e5e41800883e4f64bde5e18b7a02 Mon Sep 17 00:00:00 2001 From: Manus Sandbox Date: Sun, 23 Nov 2025 05:11:39 -0500 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20V=C3=A9rification=20et=20confirma?= =?UTF-8?q?tion=20que=20la=20page=20d'accueil=20(Home.tsx)=20contient=20bi?= =?UTF-8?q?en=20deux=20boutons=20de=20connexion=20pour=20les=20utilisateur?= =?UTF-8?q?s=20non=20authentifi=C3=A9s=20:=20"Connexion=20locale"=20(vers?= =?UTF-8?q?=20/login)=20et=20"Connexion=20OAuth"=20(vers=20OAuth=20Manus).?= =?UTF-8?q?=20Les=20boutons=20sont=20visibles=20dans=20le=20header=20de=20?= =?UTF-8?q?la=20page=20d'accueil=20pour=20les=20utilisateurs=20non=20conne?= =?UTF-8?q?ct=C3=A9s.=20Pour=20acc=C3=A9der=20directement=20=C3=A0=20la=20?= =?UTF-8?q?page=20de=20connexion=20locale,=20utiliser=20l'URL=20/login.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- todo.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 3646900..309e547 100644 --- a/todo.md +++ b/todo.md @@ -412,4 +412,9 @@ - [x] Ajouter la route /login dans App.tsx - [x] Créer un lien vers la page de login depuis la page d'accueil - [x] Écrire des tests pour l'authentification locale -- [ ] Tester la connexion avec adminServFormation/Itinova69! +- [x] Tester la connexion avec adminServFormation/Itinova69! + +## Ajouter un lien visible vers la connexion locale + +- [x] Modifier la page d'accueil pour afficher un bouton "Connexion locale" +- [x] Tester l'accès à la page de connexion locale depuis la page d'accueil