feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-07-10 15:09:04 +01:00
parent 8a374730d3
commit 2fdffbecf9
6 changed files with 16 additions and 19 deletions
-1
View File
@@ -44,7 +44,6 @@ export class ProcessesService {
setHeader() {
// console.log('CPSession.AuthorizationJwt', CPSession.AuthorizationJwt);
this.headers = new HttpHeaders();
this.headers = this.headers.set('Authorization', this.loggeduser.BasicAuthKey);