From 96f5c5cdc9265e0ec739c3b3f7735dc075c468d6 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Wed, 20 Mar 2024 14:58:16 +0100 Subject: [PATCH] Reenable disabled providers (#211) --- src/pages/examples.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/examples.tsx b/src/pages/examples.tsx index 13cab4a7a..818b2ab69 100644 --- a/src/pages/examples.tsx +++ b/src/pages/examples.tsx @@ -115,7 +115,6 @@ const options = [ type: 'plugins', title: 'Temporarily disabled until our credentials are approved again. You can still use the plugin yourself.', - disabled: true, }, { label: 'Facebook', @@ -123,7 +122,6 @@ const options = [ 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' }, {