Files
open-webui/backend/open_webui
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
..
2024-12-30 23:06:34 -08:00
2025-02-11 23:42:31 -08:00
2025-02-20 11:02:45 -08:00
2025-02-20 01:01:29 -08:00
2025-02-13 00:34:45 -08:00
2025-02-15 21:14:03 -08:00
2025-02-18 15:19:35 -05:00
2025-02-18 15:53:54 -05:00
2025-01-13 00:34:15 -08:00
2024-09-04 17:33:39 +02:00
2025-02-03 16:14:00 -08:00
2025-02-16 00:11:18 -08:00
2025-02-05 14:35:18 -08:00
2025-02-19 18:22:31 -08:00
2024-12-19 01:00:32 -08:00