From 373daa876adabbb24b31ccd0dba1a71630d5d20c Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Thu, 26 Mar 2026 15:36:50 +0100 Subject: [PATCH] changed notif from login page --- src/app/pages/login/login.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/login/login.component.ts b/src/app/pages/login/login.component.ts index 8da905b..0860a91 100644 --- a/src/app/pages/login/login.component.ts +++ b/src/app/pages/login/login.component.ts @@ -55,7 +55,7 @@ export class LoginComponent { if (e.status === 401) { this.errorMessage.set("Identifiants incorrects"); } else { - this.errorMessage.set("Erreur de connexion"); + this.errorMessage.set("Connexion impossible"); } const toast = await this.toastCtrl.create({ @@ -78,7 +78,7 @@ export class LoginComponent { }); await toast.present(); - this.user().userForm.reset(); + // this.user().userForm.reset(); return false; } try {