|
|
|
|
@ -29,7 +29,7 @@ export class AppComponent implements OnInit {
|
|
|
|
|
menuSide = 'left';
|
|
|
|
|
notBadge: number;
|
|
|
|
|
companyUrl = '../assets/imgs/CSLogo.png';
|
|
|
|
|
companyDesc = 'Powered By Cloud Solutions';
|
|
|
|
|
companyDesc = '';
|
|
|
|
|
direction = 'ltr';
|
|
|
|
|
User_Job_name: string;
|
|
|
|
|
public logoutFlage: any = false;
|
|
|
|
|
@ -156,7 +156,7 @@ export class AppComponent implements OnInit {
|
|
|
|
|
localStorage.setItem("digitalIDUser", JSON.stringify(user));
|
|
|
|
|
this.digitalIDUser = user//JSON.stringify(user);
|
|
|
|
|
this.companyUrl = user.CompanyImageURL ? user.CompanyImageURL : '../assets/imgs/CSLogo.png';
|
|
|
|
|
this.companyDesc = user.CompanyImageDescription ? user.CompanyImageDescription : 'Powered By Cloud Solutions';
|
|
|
|
|
this.companyDesc = user.CompanyImageDescription ? user.CompanyImageDescription : '';
|
|
|
|
|
this.User_name_Emp = user.EMPLOYEE_DISPLAY_NAME;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|