mirror of https://github.com/langgenius/dify.git
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