forked from phoenix/litellm-mirror
(fix): Self-serve UI, AUTH link generation error
This commit is contained in:
parent
ee49e70018
commit
0bc5d1be8f
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ def proxy_setup():
|
||||||
submitted = st.form_submit_button("Save")
|
submitted = st.form_submit_button("Save")
|
||||||
|
|
||||||
if submitted:
|
if submitted:
|
||||||
update_config(
|
|
||||||
update_config_values(
|
update_config_values(
|
||||||
proxy_url=proxy_url,
|
proxy_url=proxy_url,
|
||||||
allowed_email_subdomain=allowed_email_subdomain,
|
allowed_email_subdomain=allowed_email_subdomain,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue