mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 00:19:30 +00:00
refac
This commit is contained in:
parent
65f55847a1
commit
116eb7fc55
1 changed files with 2 additions and 2 deletions
|
|
@ -1922,10 +1922,10 @@ class OAuthManager:
|
|||
users_to_logout.append(user)
|
||||
|
||||
if not users_to_logout and sid:
|
||||
log.info(f'Back-channel logout: no user found by sub, sid-based lookup not yet supported (sid={sid})')
|
||||
log.debug(f'Back-channel logout: no user found by sub, sid-based lookup not yet supported (sid={sid})')
|
||||
|
||||
if not users_to_logout:
|
||||
log.info(f'Back-channel logout: no matching user for provider={matched_provider}, sub={sub}, sid={sid}')
|
||||
log.debug(f'Back-channel logout: no matching user for provider={matched_provider}, sub={sub}, sid={sid}')
|
||||
return JSONResponse(status_code=200, content={})
|
||||
|
||||
# 9. Revoke tokens and delete sessions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue