mirror of
https://github.com/langgenius/dify.git
synced 2026-04-09 01:37:14 +08:00
fix: auth provider
This commit is contained in:
parent
16603952a0
commit
0417e2f4d9
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user