From 50c76ec9e134cbbaaafed84383870494f1bf3006 Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Fri, 7 Jun 2024 12:30:29 +0200 Subject: [PATCH] log 3 --- src/chat21-core/providers/tiledesk/tiledesk-auth.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat21-core/providers/tiledesk/tiledesk-auth.service.ts b/src/chat21-core/providers/tiledesk/tiledesk-auth.service.ts index f354e46b..fbee1cd2 100644 --- a/src/chat21-core/providers/tiledesk/tiledesk-auth.service.ts +++ b/src/chat21-core/providers/tiledesk/tiledesk-auth.service.ts @@ -118,6 +118,7 @@ export class TiledeskAuthService { }); const requestOptions = { headers: headers }; const that = this; + console.log('signInWithCustomToken--> outttt', this.URL_TILEDESK_SIGNIN_WITH_CUSTOM_TOKEN, that.URL_TILEDESK_SIGNIN_WITH_CUSTOM_TOKEN) return new Promise((resolve, reject) => { console.log('signInWithCustomToken-->', this.URL_TILEDESK_SIGNIN_WITH_CUSTOM_TOKEN, that.URL_TILEDESK_SIGNIN_WITH_CUSTOM_TOKEN) this.http.post(this.URL_TILEDESK_SIGNIN_WITH_CUSTOM_TOKEN, null, requestOptions).subscribe({next: (data)=>{