@ -36,7 +36,7 @@
{{ts.trPK('userProfile','title')}}
</ion-label>
</ion-item>
<ion-item>
<ion-item (click)="logout();">
<ion-thumbnail slot="start" class="menu-thumb">
@ -106,6 +106,8 @@ export class AppComponent implements OnInit, AfterViewInit {
// this.menuService.disableSession(req).subscribe((result: any) => {
// });
this.cs.sharedService.clearAll();
this.menu.toggle();
this.cs.openLogin();
}
@ -9,5 +9,8 @@ export class CheckActivationCodeResponse extends Response {
LogInTokenID:string;
EMPLOYEE_MOBILE_NUMBER:string;
TokenID:string;
CompanyImageDescription:string;
CompanyImageURL: string;
MemberInformationList:AuthenticatedUser[];
@ -10,5 +10,7 @@ export class SMSCheckResponse extends Response {
public P_SESSION_ID: number;
public MobileNumber : string;
public LogInTokenID : string;
public CompanyImageDescription:string;
public CompanyImageURL:string;
public EMPLOYEE_MOBILE_NUMBER:string;
@ -40,7 +40,7 @@ export class HomePage implements OnInit {
if (user) {
this.events.publish('setMenu');
this.userData = user;
this.user_image=user.EMPLOYEE_IMAGE?user.EMPLOYEE_IMAGE: this.user_image;
this.user_image = user.EMPLOYEE_IMAGE ? "data:image/png;base64,"+user.EMPLOYEE_IMAGE : this.user_image;
console.log(user);
} else {