1
0
Fork 0
mirror of synced 2024-06-25 01:30:56 +12:00

chore: disabled Apple OAuth

This commit is contained in:
Christy Jacob 2019-10-05 14:52:38 +05:30
parent 1444ca14bb
commit 8f6c6e9f0f

View file

@ -59,6 +59,6 @@ return [
'apple' => [
'developers' => 'https://www.dropbox.com/developers/documentation',
'icon' => 'icon-apple',
'enabled' => true,
'enabled' => false,
],
];