mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 00:26:01 +00:00
(fix) proxy_server
This commit is contained in:
@@ -2946,7 +2946,7 @@ async def google_callback(code: str, request: Request):
|
||||
+ "&accessToken="
|
||||
+ key
|
||||
+ "&proxyBaseUrl="
|
||||
+ GOOGLE_REDIRECT_URI
|
||||
+ os.getenv("GOOGLE_REDIRECT_URI")
|
||||
)
|
||||
return RedirectResponse(url=litellm_dashboard_ui)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user