From 70076e7d061f7b760aed399e35df309a8487ef31 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sun, 1 Mar 2026 13:53:44 +0100 Subject: [PATCH] chore: fix ci --- mobile/src/screens/auth/ClientLoginScreen.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mobile/src/screens/auth/ClientLoginScreen.tsx b/mobile/src/screens/auth/ClientLoginScreen.tsx index 8b319e1a..2fb54092 100644 --- a/mobile/src/screens/auth/ClientLoginScreen.tsx +++ b/mobile/src/screens/auth/ClientLoginScreen.tsx @@ -212,20 +212,6 @@ const LoginClient = () => { Se connecter )} - - - - Pas encore de compte ?{" "} - navigation.navigate("register")} - > - Créer un compte - - - );