Apple OAuth
This commit is contained in:
parent
b135168dde
commit
469a3f053e
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ $response = Http::withHeaders(['Content-Type' => 'application/x-www-form-urlenco
|
|||
'client_secret' => config('ninja.ninja_apple_client_secret'),
|
||||
]);
|
||||
|
||||
nlog($response);
|
||||
nlog($response->json());
|
||||
|
||||
return $this->handleSocialiteLogin('apple', $token);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue