mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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'),
|
||||
]);
|
||||
|
||||
nlog($response);
|
||||
nlog($response->json());
|
||||
|
||||
return $this->handleSocialiteLogin('apple', $token);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user