diff --git a/web/app/components/plugins/plugin-auth/plugin-auth.tsx b/web/app/components/plugins/plugin-auth/plugin-auth.tsx index 6fdcdd1140..5056105641 100644 --- a/web/app/components/plugins/plugin-auth/plugin-auth.tsx +++ b/web/app/components/plugins/plugin-auth/plugin-auth.tsx @@ -18,7 +18,7 @@ const PluginAuth = ({ canApiKey, credentials, disabled, - } = usePluginAuth(pluginPayload, true) + } = usePluginAuth(pluginPayload, !!pluginPayload.provider) return ( <>