fix decrypt and encript

This commit is contained in:
Peter Maquiran
2023-07-10 14:12:56 +01:00
parent c6c0f84b4e
commit 8a374730d3
4 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ export class ProcessesService {
setHeader() {
console.log('CPSession.AuthorizationJwt', CPSession.AuthorizationJwt);
// console.log('CPSession.AuthorizationJwt', CPSession.AuthorizationJwt);
this.headers = new HttpHeaders();
this.headers = this.headers.set('Authorization', this.loggeduser.BasicAuthKey);