mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Merge pull request #16424 from CERIT-SC/audit-fix
fix: Audit does not log user information
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user