mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
chore: format
This commit is contained in:
@@ -1186,9 +1186,7 @@ async def get_app_config(request: Request):
|
||||
"client_id": GOOGLE_DRIVE_CLIENT_ID.value,
|
||||
"api_key": GOOGLE_DRIVE_API_KEY.value,
|
||||
},
|
||||
"onedrive": {
|
||||
"client_id": ONEDRIVE_CLIENT_ID.value
|
||||
}
|
||||
"onedrive": {"client_id": ONEDRIVE_CLIENT_ID.value},
|
||||
}
|
||||
if user is not None
|
||||
else {}
|
||||
|
||||
Reference in New Issue
Block a user