Skip to content

Commit

Permalink
log 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jun 7, 2024
1 parent 42de84a commit 50c76ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)=>{
Expand Down

0 comments on commit 50c76ec

Please sign in to comment.