3 dots added to large text

This commit is contained in:
Eudes Inácio
2023-10-20 17:05:39 +01:00
parent 7eb237b59d
commit ebb7115824
25 changed files with 1093 additions and 1150 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export class OrganicEntityService {
setHeader() {
this.loggeduser = SessionStore.user;
this.headers = new HttpHeaders();
this.headers = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
this.headers = this.headers.set('Authorization', this.loggeduser.BasicAuthKey);
}