Merge pull request #809 from gernot-h/fix-oauth-view

fix: missing step 1 in config_connect()
This commit is contained in:
Florian BEZANNIER
2024-03-09 10:19:28 +01:00
committed by GitHub
+1 -1
View File
@@ -77,7 +77,7 @@ def display_page(pathname, search):
elif pathname == "/config_login":
page = config_layout("login")
elif pathname == "/config_connect":
page = get_oauth_config_layout(query_params["url"])
page = get_oauth_config_layout(query_params["url"][0])
elif pathname == "/log":
page = log_layout()
elif not APP.is_good: