Skip to content

Commit dba86bc

Browse files
committed
fix: audit
1 parent 21f3411 commit dba86bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/open_webui/utils/audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ async def _get_authenticated_user(self, request: Request) -> Optional[UserModel]
194194
auth_header = request.headers.get("Authorization")
195195

196196
try:
197-
user = get_current_user(
197+
user = await get_current_user(
198198
request, None, None, get_http_authorization_cred(auth_header)
199199
)
200200
return user

0 commit comments

Comments
 (0)