mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix display of settings
This commit is contained in:
parent
2607676e3f
commit
02db6f9d86
4 changed files with 166 additions and 76 deletions
|
@ -3974,12 +3974,12 @@ export const uiSpendLogDetailsCall = async (
|
|||
}
|
||||
};
|
||||
|
||||
export const getSSOSettingsCall = async (accessToken: string) => {
|
||||
export const getInternalUserSettings = async (accessToken: string) => {
|
||||
try {
|
||||
// Construct base URL
|
||||
let url = proxyBaseUrl
|
||||
? `${proxyBaseUrl}/sso_settings`
|
||||
: `/sso_settings`;
|
||||
? `${proxyBaseUrl}/get/internal_user_settings`
|
||||
: `/get/internal_user_settings`;
|
||||
|
||||
console.log("Fetching SSO settings from:", url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue