From 3b7df2f9b6cf466617a3082bf81264b4893d500d Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 14 Jul 2025 11:12:10 +0800 Subject: [PATCH] fix: provider --- web/app/components/plugins/plugin-auth/plugin-auth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>