diff --git a/Mohem/src/app/app.component.ts b/Mohem/src/app/app.component.ts index 123d10ef..bf886925 100644 --- a/Mohem/src/app/app.component.ts +++ b/Mohem/src/app/app.component.ts @@ -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; diff --git a/Mohem/src/app/authentication/login/login.component.ts b/Mohem/src/app/authentication/login/login.component.ts index 0af2563e..8677a7bb 100644 --- a/Mohem/src/app/authentication/login/login.component.ts +++ b/Mohem/src/app/authentication/login/login.component.ts @@ -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(