mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge pull request #1391 from speedyankur/auth_link_gen_fix
(fix): Self-serve UI, AUTH link generation error
This commit is contained in:
commit
dd5736e2d6
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ def proxy_setup():
|
|||
submitted = st.form_submit_button("Save")
|
||||
|
||||
if submitted:
|
||||
update_config(
|
||||
update_config_values(
|
||||
proxy_url=proxy_url,
|
||||
allowed_email_subdomain=allowed_email_subdomain,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue