Timothy Jaeryang Baek 1 هفته پیش
والد
کامیت
3c7d01163d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      backend/open_webui/utils/oauth.py

+ 1 - 1
backend/open_webui/utils/oauth.py

@@ -1041,7 +1041,7 @@ class OAuthManager:
             raise HTTPException(404)
             raise HTTPException(404)
         # If the provider has a custom redirect URL, use that, otherwise automatically generate one
         # If the provider has a custom redirect URL, use that, otherwise automatically generate one
         redirect_uri = OAUTH_PROVIDERS[provider].get("redirect_uri") or request.url_for(
         redirect_uri = OAUTH_PROVIDERS[provider].get("redirect_uri") or request.url_for(
-            "oauth_callback", provider=provider
+            "oauth_login_callback", provider=provider
         )
         )
         client = self.get_client(provider)
         client = self.get_client(provider)
         if client is None:
         if client is None: