mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: apple Adapter Fixes
This commit is contained in:
@@ -63,9 +63,6 @@ class Apple extends OAuth
|
||||
])
|
||||
);
|
||||
|
||||
var_dump($accessToken);
|
||||
exit();
|
||||
|
||||
$accessToken = json_decode($accessToken, true);
|
||||
|
||||
if (isset($accessToken['access_token'])) {
|
||||
|
||||
Reference in New Issue
Block a user