Skip to content

Commit

Permalink
Reenable disabled providers (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Mar 20, 2024
1 parent bc05066 commit 96f5c5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/examples.tsx
Expand Up @@ -115,15 +115,13 @@ 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 96f5c5c

Please sign in to comment.