Skip to content

Commit

Permalink
Disable Instagram/Facebook on examples for now
Browse files Browse the repository at this point in the history
The flow breaks as our apps have not been approved yet for production
use.
  • Loading branch information
Murderlon committed Dec 17, 2024
1 parent b4fa30c commit 8c11767
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,16 @@ const options = [
label: 'Google Drive',
value: 'GoogleDrive',
type: 'plugins',
title:
'Temporarily disabled until our credentials are approved again. You can still use the plugin yourself.',
disabled: true,
},
{
label: 'Google Photos',
value: 'GooglePhotos',
type: 'plugins',
title:
'Temporarily disabled until our credentials are approved again. You can still use the plugin yourself.',
disabled: true,
},
{
Expand All @@ -125,13 +129,15 @@ const options = [
type: 'plugins',
title:
'Temporarily disabled until our credentials are approved again. You can still use the plugin yourself.',
disabled: true,
},
{
label: 'Facebook',
value: 'Facebook',
type: 'plugins',
title:
'Temporarily disabled until our credentials are approved again. You can still use the plugin yourself.',
disabled: true,
},
{ label: 'Url', value: 'Url', type: 'plugins' },
{
Expand Down

0 comments on commit 8c11767

Please sign in to comment.