mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
3 dots added to large text
This commit is contained in:
@@ -44,11 +44,11 @@ export class ProcessesService {
|
||||
setHeader() {
|
||||
|
||||
|
||||
this.headers = new HttpHeaders();
|
||||
this.headers = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
|
||||
|
||||
this.headers = this.headers.set('Authorization', this.loggeduser.BasicAuthKey);
|
||||
|
||||
this.headers2 = new HttpHeaders();
|
||||
this.headers2 = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
|
||||
|
||||
this.headers2 = this.headers2.set('Authorization', "Bearer " + CPSession.AuthorizationJwt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user