removed powered by cloud solutions

MOE_MAIN-COLOR_CHANGES
umasoodch 3 years ago
parent 64bcb0ef23
commit c45e478a66

@ -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;

@ -31,7 +31,7 @@ import { AppUpdateComponent } from '../app-update/app-update.component';
export class LoginComponent implements OnInit, OnDestroy {
deviceToken1: any;
userInfo: any;
companyDesc = 'Powered By Cloud Solutions';
companyDesc = '';
constructor(

Loading…
Cancel
Save