fix: auth provider

This commit is contained in:
zxhlyh 2025-07-24 16:58:25 +08:00
parent 16603952a0
commit 0417e2f4d9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const Card = ({
} = item
const pluginPayload = {
category: AuthCategory.datasource,
provider: item.name,
provider: `${item.plugin_id}/${item.name}`,
}
const { handleAuthUpdate } = useDataSourceAuthUpdate()
const {