fix: provider

This commit is contained in:
zxhlyh 2025-07-14 11:12:10 +08:00
parent 580c9a668f
commit 3b7df2f9b6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const PluginAuth = ({
canApiKey,
credentials,
disabled,
} = usePluginAuth(pluginPayload, true)
} = usePluginAuth(pluginPayload, !!pluginPayload.provider)
return (
<>