Few updates

This commit is contained in:
Rene V. Vergara A. 2022-09-22 16:58:59 -05:00
parent dcaec846c9
commit 7c9b4ef43a
10 changed files with 2 additions and 0 deletions

BIN
XeroIntegration.odt Normal file

Binary file not shown.

BIN
clouds.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

BIN
img_client.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
img_cloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img_invoice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img_mail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
mail_icons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
people.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
pmtflow.odg Normal file

Binary file not shown.

View File

@ -54,7 +54,9 @@ export class FullnodeService{
constructor(private http: HttpClient, public userService: UserService){
var auth = 'Basic ' + Buffer.from(ConfigData.UsrPwd).toString('base64');
console.log('auth: ' + auth);
this.reqHeaders = new HttpHeaders().set('Authorization', auth);
console.log(this.reqHeaders);
this.ownerUpdate = userService.ownerUpdate;
this.getAddr();
this.getHeight();