fix cards

This commit is contained in:
CHIEFSOFT\ameye
2024-02-09 07:32:56 -05:00
parent 02d853e9c1
commit e5b3b26948
7 changed files with 168 additions and 101 deletions
+3 -1
View File
@@ -127,8 +127,9 @@ getBlogData(){
async startLogin() {
const loading = await this.loadingCtrl.create({
message: 'Starting ... ',
duration: 1500,
duration: 3500,
});
this.isDisabled=true;
if (this.username == null || this.username == '' || this.validateEmail(this.username) == false || this.password == null || this.password == '') {
this.showAlert('Invalid Login', 'Enter username(email) and password to login');
@@ -167,6 +168,7 @@ getBlogData(){
}
else{
this.showAlert("Error","Invalid username/password");
this.isDisabled=false;
}
// this.showAlert("Error","Invalid username/password");
}