Files
dify/api/services
GareArc 1d26105e84 fix: include sso_verified in access_mode validation
When duplicating apps, the access_mode is inherited from the original app.
If the original app has access_mode='sso_verified', the validation would
fail because update_app_access_mode only accepted public/private/private_all.

This adds 'sso_verified' to the allowed values to match the WebAppSettings
model documentation and prevent duplication errors.
2026-02-13 23:01:17 -08:00
..
2026-02-09 14:57:23 +08:00
2026-02-09 14:57:23 +08:00
2025-10-21 11:26:58 +08:00
2025-09-22 23:07:09 +08:00
2025-11-22 13:53:58 +08:00