added ranking and connected with back

This commit is contained in:
2026-03-26 23:21:39 +01:00
parent 9346bf9ee3
commit 0428a69d15
4 changed files with 67 additions and 38 deletions
-3
View File
@@ -77,8 +77,6 @@ export class LoginComponent {
color: 'danger'
});
await toast.present();
// this.user().userForm.reset();
return false;
}
try {
@@ -93,6 +91,5 @@ export class LoginComponent {
});
await toast.present();
}
}
}