diff --git a/Mohem/src/app/authentication/login/login.component.ts b/Mohem/src/app/authentication/login/login.component.ts index eadc6411..7f3c4e89 100644 --- a/Mohem/src/app/authentication/login/login.component.ts +++ b/Mohem/src/app/authentication/login/login.component.ts @@ -100,7 +100,7 @@ export class LoginComponent implements OnInit, OnDestroy { getlastlogin: any; public keyboardOpened = false; private checkUserResult: CheckUserAuthenticationResponse; - private inputType = "password"; + public inputType = "password"; ngOnInit() { this.monitorKeyboardChange(); diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 688377e5..9d0a6ec5 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -133,7 +133,7 @@ export class AuthenticationService { }else{ mobileType = 'android'; } - request.VersionID = 2.8; + request.VersionID = 2.9; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType; diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts index e863feae..fd126539 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts @@ -59,7 +59,7 @@ export class WorkListMainItgComponent implements OnInit { direction: string; defaultSegment = ''; public slideIndex = 0; - private messageSuccess = false; + public messageSuccess = false; constructor( public common: CommonService, public ts: TranslatorService,