Files
open-webui/backend/open_webui/utils
Jeannot Damoiseaux d50098b622 Fix: Ensure user_oauth_groups defaults to an empty list to prevent TypeError
When the OAuth groups claim does not yield a list, `user_oauth_groups` was previously
set to None, causing a TypeError during membership checks. Changed this default to
an empty list (`[]`) to ensure the variable is always iterable, preventing errors
for non-admin users while logging in.

This fix ensures stability in the `update_user_groups` function.
2025-02-21 22:25:22 +01:00
..
2025-02-08 01:10:18 +07:00
2025-01-15 23:01:43 -08:00
2025-02-17 21:34:06 -08:00
2025-02-10 13:12:05 -08:00
2025-02-08 01:07:05 -08:00
fix
2025-02-13 15:17:41 -08:00
2025-02-15 19:42:58 -05:00
2025-02-20 01:01:29 -08:00
2025-02-09 22:20:47 -08:00
2025-02-20 01:01:29 -08:00
2024-11-30 23:36:30 -08:00
2025-02-04 21:20:03 -08:00
2025-02-16 00:11:18 -08:00