mirror of https://github.com/langgenius/dify.git
Replaced the method for checking the existence of a system OAuth client with a new dedicated method `is_oauth_system_client_exists` in the TriggerProviderService. This improves code clarity and encapsulates the logic for verifying the presence of a system-level OAuth client. Updated the TriggerOAuthClientManageApi to utilize the new method for better readability. |
||
|---|---|---|
| .. | ||
| schedule_service.py | ||
| trigger_provider_service.py | ||
| trigger_request_service.py | ||
| trigger_service.py | ||
| trigger_subscription_builder_service.py | ||
| webhook_service.py | ||