1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

feat: lint fix

This commit is contained in:
Christy Jacob 2019-10-05 18:42:46 +05:30
parent 080059837b
commit 0d53d260da
2 changed files with 1 additions and 2 deletions

View file

@ -731,7 +731,7 @@ $utopia->get('/v1/auth/oauth/:provider/redirect')
$validateURL = new URL();
// Uncomment this while testing amazon oAuth
$state = html_entity_decode($state);
// $state = html_entity_decode($state);
if (!empty($state)) {
try {

View file

@ -42,7 +42,6 @@ class Amazon extends OAuth
*/
public function getAccessToken(string $code): string
{
$headers[] = 'Content-Type: application/x-www-form-urlencoded;charset=UTF-8';
$accessToken = $this->request(
'POST',