mirror of
https://github.com/langgenius/dify.git
synced 2026-02-14 23:35:31 +08:00
- Introduced conditional initialization of credential_encrypter based on credential_type to prevent errors when unauthorized. - Updated the encryption logic to handle cases where credential_encrypter may be None, ensuring robustness in credential processing.