This commit is contained in:
Olu Amey
2020-11-24 08:06:46 -05:00
parent 15a8c43cc3
commit 763f29c515
2 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ android {
applicationId "com.mermsemr.providers" applicationId "com.mermsemr.providers"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1027 versionCode 1028
versionName "1.0.27" versionName "1.0.28"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
+4 -4
View File
@@ -76,8 +76,8 @@ export class MermsLoginPage implements OnInit {
this.password === '' this.password === ''
) { ) {
this.showAlert( this.showAlert(
'Invalid Login', 'Error Login',
'Enter username(email) and password to login' 'Enter valid username(email) and password to login'
) )
} else { } else {
loader.present() loader.present()
@@ -93,11 +93,11 @@ export class MermsLoginPage implements OnInit {
}
this.completeLogin(); this.completeLogin();
} }
}
completeLogin() { completeLogin() {
console.log('MERMSLoginPage::completeLogin()') console.log('MERMSLoginPage::completeLogin()')
// alert(100); // alert(100);