mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 10:14:35 -04:00
Apple OAuth
This commit is contained in:
parent
b135168dde
commit
469a3f053e
@ -350,7 +350,7 @@ $response = Http::withHeaders(['Content-Type' => 'application/x-www-form-urlenco
|
|||||||
'client_secret' => config('ninja.ninja_apple_client_secret'),
|
'client_secret' => config('ninja.ninja_apple_client_secret'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
nlog($response);
|
nlog($response->json());
|
||||||
|
|
||||||
return $this->handleSocialiteLogin('apple', $token);
|
return $this->handleSocialiteLogin('apple', $token);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user