(fix): Self-serve UI, AUTH link generation error

This commit is contained in:
Ankur Garha 2024-01-09 20:25:03 +01:00
parent ee49e70018
commit 0bc5d1be8f

View file

@ -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,