diff --git a/backend/open_webui/utils/audit.py b/backend/open_webui/utils/audit.py index 8193907d27..0cef3c91f8 100644 --- a/backend/open_webui/utils/audit.py +++ b/backend/open_webui/utils/audit.py @@ -195,7 +195,7 @@ class AuditLoggingMiddleware: try: user = get_current_user( - request, None, get_http_authorization_cred(auth_header) + request, None, None, get_http_authorization_cred(auth_header) ) return user except Exception as e: