diff --git a/XeroIntegration.odt b/XeroIntegration.odt new file mode 100644 index 0000000..d35fbfe Binary files /dev/null and b/XeroIntegration.odt differ diff --git a/clouds.png b/clouds.png new file mode 100644 index 0000000..d171e94 Binary files /dev/null and b/clouds.png differ diff --git a/img_client.png b/img_client.png new file mode 100644 index 0000000..3f6c12d Binary files /dev/null and b/img_client.png differ diff --git a/img_cloud.png b/img_cloud.png new file mode 100644 index 0000000..ba446f2 Binary files /dev/null and b/img_cloud.png differ diff --git a/img_invoice.png b/img_invoice.png new file mode 100644 index 0000000..32a6dd3 Binary files /dev/null and b/img_invoice.png differ diff --git a/img_mail.png b/img_mail.png new file mode 100644 index 0000000..12568a2 Binary files /dev/null and b/img_mail.png differ diff --git a/mail_icons.png b/mail_icons.png new file mode 100644 index 0000000..15d314a Binary files /dev/null and b/mail_icons.png differ diff --git a/people.png b/people.png new file mode 100644 index 0000000..5a33664 Binary files /dev/null and b/people.png differ diff --git a/pmtflow.odg b/pmtflow.odg new file mode 100644 index 0000000..654475f Binary files /dev/null and b/pmtflow.odg differ diff --git a/src/app/fullnode.service.ts b/src/app/fullnode.service.ts index 255a14b..c573482 100644 --- a/src/app/fullnode.service.ts +++ b/src/app/fullnode.service.ts @@ -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();