changed notif from login page

This commit is contained in:
2026-03-26 15:36:50 +01:00
parent d0f519f4b1
commit 373daa876a
+2 -2
View File
@@ -55,7 +55,7 @@ export class LoginComponent {
if (e.status === 401) { if (e.status === 401) {
this.errorMessage.set("Identifiants incorrects"); this.errorMessage.set("Identifiants incorrects");
} else { } else {
this.errorMessage.set("Erreur de connexion"); this.errorMessage.set("Connexion impossible");
} }
const toast = await this.toastCtrl.create({ const toast = await this.toastCtrl.create({
@@ -78,7 +78,7 @@ export class LoginComponent {
}); });
await toast.present(); await toast.present();
this.user().userForm.reset(); // this.user().userForm.reset();
return false; return false;
} }
try { try {