mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
[ Proxy - User Management]: If user assigned to a team don't show Default Team (#5791)
* rename endpoint to ui_settings * ui allow DEFAULT_TEAM_DISABLED * fix logic * docs Set `default_team_disabled: true` on your litellm config.yaml
This commit is contained in:
parent
91e58d9049
commit
e6018a464f
8 changed files with 56 additions and 12 deletions
|
@ -1038,7 +1038,7 @@ async def user_api_key_auth(
|
|||
# this token is only used for managing the ui
|
||||
allowed_routes = [
|
||||
"/sso",
|
||||
"/sso/get/logout_url",
|
||||
"/sso/get/ui_settings",
|
||||
"/login",
|
||||
"/key/generate",
|
||||
"/key/update",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue