changed notif from login page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user