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