fix
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user