mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
enterprise model credential
This commit is contained in:
@ -20,6 +20,7 @@ export const usePluginAuth = (pluginPayload: PluginPayload, enable?: boolean) =>
|
||||
canApiKey,
|
||||
credentials: data?.credentials || [],
|
||||
disabled: !isCurrentWorkspaceManager,
|
||||
notAllowCustomCredential: data?.allow_custom_token === false,
|
||||
invalidPluginCredentialInfo,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user