mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: apple Adapter Fixes
This commit is contained in:
parent
f7acaea6a9
commit
7bd3b7ab46
1 changed files with 0 additions and 3 deletions
|
|
@ -63,9 +63,6 @@ class Apple extends OAuth
|
|||
])
|
||||
);
|
||||
|
||||
var_dump($accessToken);
|
||||
exit();
|
||||
|
||||
$accessToken = json_decode($accessToken, true);
|
||||
|
||||
if (isset($accessToken['access_token'])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue