mirror of
https://github.com/langgenius/dify.git
synced 2026-01-26 21:52:20 +08:00
- Updated the provider path handling in `OAuthClientConfigModal` to directly use `provider.name` instead of constructing a path with `provider.plugin_id` and `provider.name`. - Adjusted the corresponding calls to `invalidateOAuthConfig` and `configureTriggerOAuth` to reflect this change. These modifications enhance code clarity and streamline the OAuth configuration process in the trigger plugin component. |
||
|---|---|---|
| .. | ||
| components | ||
| trigger-form | ||
| utils | ||
| default.ts | ||
| node.tsx | ||
| panel.tsx | ||
| types.ts | ||
| use-config.ts | ||