Files
flowfish/backend
taylanbakircioglu f445a96d05 fix: use case-insensitive admin role check in settings
The update_analysis_limits endpoint had an inline case-sensitive role
check ('Admin'/'Super Admin') instead of using the existing
check_admin_role helper which is case-insensitive. Frontend Settings
page had the same issue, showing Read-Only Mode for users with
lowercase 'admin' role in their JWT token.

Made-with: Cursor
2026-04-07 14:38:17 +03:00
..