Skip to content

Commit

Permalink
Update ApiController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-lemon8 authored Nov 9, 2023
1 parent 5df6bf6 commit 3a27894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ private function getAuth0Token()
$fields = array(
'client_id' => $this->config()->get('m2m_client_id'),
'client_secret' => $this->config()->get('m2m_client_secret'),
'audience' => $audience',
'audience' => $audience,
'grant_type' => 'client_credentials'
);

Expand Down

0 comments on commit 3a27894

Please sign in to comment.